summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2025-06-20 18:47:50 +0200
committertpart <tpart120@proton.me>2025-06-20 18:47:50 +0200
commitd62cb8737debfa2c7decd025a41b84d48543668f (patch)
tree62e9b3efb33d4a12cf26836785100ea76890fed2
parentf7aa59f6408755ed3e10aa5f85c3a23b29c2633a (diff)
downloadhurrycurry-snap-d62cb8737debfa2c7decd025a41b84d48543668f.tar
hurrycurry-snap-d62cb8737debfa2c7decd025a41b84d48543668f.tar.bz2
hurrycurry-snap-d62cb8737debfa2c7decd025a41b84d48543668f.tar.zst
v2.3.3
-rw-r--r--snap/snapcraft.yaml12
1 files changed, 6 insertions, 6 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index fbaf583..4f73681 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -1,6 +1,6 @@
name: hurrycurry
base: core24
-version: "2.3.2"
+version: "2.3.3"
summary: Multiplayer co-op cooking game
license: AGPL-3.0-only
website: https://hurrycurry.metamuffin.org/
@@ -127,7 +127,7 @@ parts:
metainfo:
plugin: dump
source: https://codeberg.org/hurrycurry/hurrycurry-dist-extra.git
- source-tag: v2.3.2
+ source-tag: v2.3.3
build-packages: [python3]
override-build: |
python3 translate.py
@@ -141,7 +141,7 @@ parts:
plugin: nil
after: [godot-editor]
source: https://codeberg.org/hurrycurry/hurrycurry.git
- source-tag: v2.3.2
+ source-tag: v2.3.3
stage-packages:
- libglu1-mesa
build-packages: [rustup, ffmpeg]
@@ -166,19 +166,19 @@ parts:
server:
plugin: rust
source: https://codeberg.org/hurrycurry/hurrycurry.git
- source-tag: v2.3.2
+ source-tag: v2.3.3
rust-path: [server]
discover:
plugin: rust
source: https://codeberg.org/hurrycurry/hurrycurry.git
- source-tag: v2.3.2
+ source-tag: v2.3.3
rust-path: [server/discover]
data:
plugin: dump
source: https://codeberg.org/hurrycurry/hurrycurry.git
- source-tag: v2.3.2
+ source-tag: v2.3.3
build-packages: [rustup, nodejs]
build-snaps: []
override-build: |