summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2025-04-06 20:59:43 +0200
committertpart <tpart120@proton.me>2025-04-06 20:59:43 +0200
commit8961857c3b6643d806102f117b98c413a1ef8dd4 (patch)
treeb7b877c4804cd3e1d213981bf13855e311bf4ef8
parentef10114cfc835dd49c3d911a728b93e475a7963f (diff)
downloadhurrycurry-snap-8961857c3b6643d806102f117b98c413a1ef8dd4.tar
hurrycurry-snap-8961857c3b6643d806102f117b98c413a1ef8dd4.tar.bz2
hurrycurry-snap-8961857c3b6643d806102f117b98c413a1ef8dd4.tar.zst
v2.3.1
-rw-r--r--snap/snapcraft.yaml10
1 files changed, 5 insertions, 5 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 22eba31..645e3dd 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -1,6 +1,6 @@
name: hurrycurry
base: core24
-version: "2.3.0"
+version: "2.3.1"
summary: Multiplayer co-op cooking game
license: AGPL-3.0-only
website: https://hurrycurry.metamuffin.org/
@@ -85,12 +85,12 @@ parts:
godot-editor:
plugin: dump
- source: https://github.com/godotengine/godot/releases/download/4.4-stable/Godot_v4.4-stable_linux.x86_64.zip
+ source: https://github.com/godotengine/godot/releases/download/4.4.1-stable/Godot_v4.4.1-stable_linux.x86_64.zip
organize: { "Godot_*": bin/godot-editor }
godot:
plugin: dump
- source: https://github.com/godotengine/godot/releases/download/4.4-stable/Godot_v4.4-stable_linux.x86_64.zip
+ source: https://github.com/godotengine/godot/releases/download/4.4.1-stable/Godot_v4.4.1-stable_linux.x86_64.zip
organize: { "Godot*": bin/godot }
prime: [bin/godot]
@@ -113,7 +113,7 @@ parts:
metainfo:
plugin: dump
source: https://codeberg.org/hurrycurry/hurrycurry-dist-extra.git
- source-tag: v2.3.0
+ source-tag: v2.3.1
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.3.0
+ source-tag: v2.3.1
stage-packages:
- libglu1-mesa
build-packages: [rustup, ffmpeg]