diff options
author | tpart <tpart120@proton.me> | 2024-11-22 21:18:16 +0100 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-11-22 21:18:16 +0100 |
commit | d74a1d124781aec6626118e062c877bd68f2dc6e (patch) | |
tree | 3b1c3ce9b3a862067084dd77179f133aed16a9a4 | |
parent | de15c23ef28e666f0db44cb8e7ba0043707d69b2 (diff) | |
download | hurrycurry-snap-d74a1d124781aec6626118e062c877bd68f2dc6e.tar hurrycurry-snap-d74a1d124781aec6626118e062c877bd68f2dc6e.tar.bz2 hurrycurry-snap-d74a1d124781aec6626118e062c877bd68f2dc6e.tar.zst |
v2.2.0
-rw-r--r-- | snap/snapcraft.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 11d8ca3..cd1622f 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,6 +1,6 @@ name: hurrycurry base: core24 -version: "2.1.0" +version: "2.2.0" summary: Multiplayer co-op cooking game license: AGPL-3.0-only website: https://hurrycurry.metamuffin.org/ @@ -113,7 +113,7 @@ parts: metainfo: plugin: dump source: https://codeberg.org/hurrycurry/hurrycurry-dist-extra.git - source-tag: v2.1.1 + source-tag: v2.2.0 parse-info: [org.metamuffin.hurrycurry.client.metainfo.xml] organize: "org.metamuffin.hurrycurry.client.desktop": "meta/gui/org.metamuffin.hurrycurry.client.desktop" @@ -123,7 +123,7 @@ parts: plugin: nil after: [godot-editor] source: https://codeberg.org/hurrycurry/hurrycurry.git - source-tag: v2.1.1 + source-tag: v2.2.0 stage-packages: - libglu1-mesa build-packages: [rustup, ffmpeg] @@ -146,19 +146,19 @@ parts: server: plugin: rust source: https://codeberg.org/hurrycurry/hurrycurry.git - source-tag: v2.1.1 + source-tag: v2.2.0 rust-path: [server] discover: plugin: rust source: https://codeberg.org/hurrycurry/hurrycurry.git - source-tag: v2.1.1 + source-tag: v2.2.0 rust-path: [server/discover] data: plugin: dump source: https://codeberg.org/hurrycurry/hurrycurry.git - source-tag: v2.1.1 + source-tag: v2.2.0 build-packages: [rustup] build-snaps: [deno] override-build: | |