File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ authors = ["HoolaBoola <jaime.heikkiladias@helsinki.fi>",
77 " Nooblue <joni.sikio@helsinki.fi>" ]
88edition = " 2021"
99rust-version = " 1.58.1"
10- description = " Client for downloading, testing and submitting exercises through the Test My Code system."
10+ description = " Client for downloading, testing and submitting exercises through the TestMyCode system."
1111license = " Apache-2.0"
1212
1313[dependencies ]
Original file line number Diff line number Diff line change 11name : tmc-cli-rust
2- version : 0.3.5
3- summary : Test my code CLI
4- description : .
2+ title : TestMyCode CLI
3+ base : core20
4+ version : 1.1.0
5+ issues : https://github.com/rage/tmc-cli-rust/issues
6+ source-code : https://github.com/rage/tmc-cli-rust.git
7+ website : https://tmc.mooc.fi/
8+ summary : Client for TestMyCode.
9+ description : Client for downloading, testing and submitting exercises through the TestMyCode system.
510confinement : strict
6- base : core18
11+ license : Apache-2.0
712
813plugs :
914 home-folder-permissions :
1823 plugin : nil
1924 source : .
2025 override-pull : |
21- curl https://download.mooc.fi/tmc-cli-rust/tmc-cli-rust-x86_64-unknown-linux-gnu-v0.3.5 > tmc
26+ curl https://download.mooc.fi/tmc-cli-rust/tmc-cli-rust-x86_64-unknown-linux-gnu-v1.1.0 > tmc
2227 chmod +x tmc
2328 mkdir -p $SNAPCRAFT_PART_INSTALL/bin
2429 cp tmc $SNAPCRAFT_PART_INSTALL/bin/
You can’t perform that action at this time.
0 commit comments