Skip to content

Commit cc1997c

Browse files
committed
Update snap
1 parent f5cd691 commit cc1997c

2 files changed

Lines changed: 11 additions & 6 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = ["HoolaBoola <jaime.heikkiladias@helsinki.fi>",
77
"Nooblue <joni.sikio@helsinki.fi>"]
88
edition = "2021"
99
rust-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."
1111
license = "Apache-2.0"
1212

1313
[dependencies]

snap/snapcraft.yaml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
name: 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.
510
confinement: strict
6-
base: core18
11+
license: Apache-2.0
712

813
plugs:
914
home-folder-permissions:
@@ -18,7 +23,7 @@ parts:
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/

0 commit comments

Comments
 (0)