summaryrefslogtreecommitdiff
path: root/snap/snapcraft.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'snap/snapcraft.yaml')
-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]