diff options
author | metamuffin <metamuffin@disroot.org> | 2024-10-01 18:18:06 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-10-01 18:18:06 +0200 |
commit | de15c23ef28e666f0db44cb8e7ba0043707d69b2 (patch) | |
tree | bf09e85892ba71bab46c405ae6e2afb179f46971 | |
parent | 5eac7e2c4085473d68557316a204252ff10352f2 (diff) | |
download | hurrycurry-snap-de15c23ef28e666f0db44cb8e7ba0043707d69b2.tar hurrycurry-snap-de15c23ef28e666f0db44cb8e7ba0043707d69b2.tar.bz2 hurrycurry-snap-de15c23ef28e666f0db44cb8e7ba0043707d69b2.tar.zst |
v2.1.1
-rw-r--r-- | snap/snapcraft.yaml | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 394ff84..11d8ca3 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,6 +1,6 @@ name: hurrycurry base: core24 -version: "2.0.0" +version: "2.1.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.0.0 + source-tag: v2.1.1 parse-info: [org.metamuffin.hurrycurry.client.metainfo.xml] organize: "org.metamuffin.hurrycurry.client.desktop": "meta/gui/org.metamuffin.hurrycurry.client.desktop" @@ -123,10 +123,10 @@ parts: plugin: nil after: [godot-editor] source: https://codeberg.org/hurrycurry/hurrycurry.git - source-tag: v2.0.0 + source-tag: v2.1.1 stage-packages: - libglu1-mesa - build-packages: [rustup] + build-packages: [rustup, ffmpeg] override-build: | make client GODOT_SILENCE_ROOT_WARNING=true $CRAFT_STAGE/bin/godot-editor --headless --export-pack wasm32-unknown-unknown $CRAFT_PART_INSTALL/client.pck client/project.godot @@ -146,13 +146,19 @@ parts: server: plugin: rust source: https://codeberg.org/hurrycurry/hurrycurry.git - source-tag: v2.0.0 + source-tag: v2.1.1 rust-path: [server] + discover: + plugin: rust + source: https://codeberg.org/hurrycurry/hurrycurry.git + source-tag: v2.1.1 + rust-path: [server/discover] + data: plugin: dump source: https://codeberg.org/hurrycurry/hurrycurry.git - source-tag: v2.0.0 + source-tag: v2.1.1 build-packages: [rustup] build-snaps: [deno] override-build: | |