diff options
-rw-r--r-- | custom.py | 2 | ||||
-rw-r--r-- | hurrycurry | 2 | ||||
-rw-r--r-- | org.metamuffin.hurrycurry.client.metainfo.xml | 8 | ||||
-rw-r--r-- | org.metamuffin.hurrycurry.client.yaml | 6 |
4 files changed, 11 insertions, 7 deletions
@@ -41,4 +41,4 @@ module_upnp_enabled = "no" module_vhacd_enabled = "no" module_webrtc_enabled = "no" module_webxr_enabled = "no" -module_zip_enabled = "no"
\ No newline at end of file +module_zip_enabled = "no" @@ -1,2 +1,2 @@ #!/bin/sh -godot --main-pack /app/share/hurrycurry/client.pck
\ No newline at end of file +godot --main-pack /app/share/hurrycurry/client.pck diff --git a/org.metamuffin.hurrycurry.client.metainfo.xml b/org.metamuffin.hurrycurry.client.metainfo.xml index e869adb..c9a0c61 100644 --- a/org.metamuffin.hurrycurry.client.metainfo.xml +++ b/org.metamuffin.hurrycurry.client.metainfo.xml @@ -82,13 +82,17 @@ <releases> + <release version="1.2.0" date="2024-07-14" type="stable"> + <description>Apple Biscuit</description> + <url>https://codeberg.org/hurrycurry/hurrycurry/releases/tag/v1.2.0</url> + </release> <release version="1.1.0" date="2024-07-11" type="stable"> <description>Post-Jam Release</description> <url>https://codeberg.org/hurrycurry/hurrycurry/releases/tag/v1.1.0</url> </release> <release version="1.0.0" date="2024-07-09" type="stable"> - <description>Purism Game jam release</description> + <description>Purism Game Jam release</description> <url>https://codeberg.org/hurrycurry/hurrycurry/releases/tag/v1.0.0</url> </release> </releases> -</component>
\ No newline at end of file +</component> diff --git a/org.metamuffin.hurrycurry.client.yaml b/org.metamuffin.hurrycurry.client.yaml index 9eba529..166644d 100644 --- a/org.metamuffin.hurrycurry.client.yaml +++ b/org.metamuffin.hurrycurry.client.yaml @@ -57,12 +57,12 @@ modules: buildsystem: simple sources: - type: archive - sha256: 5431d188965b357e7ab03892660a5feba508d22b759f57f405d87544ccbd645b - url: https://codeberg.org/hurrycurry/hurrycurry/archive/v1.1.0.tar.gz + sha256: 6baa82e48a24544ff1aecdc93c35621d81d2871bf74cb8b4735ca5a308da1459 + url: https://codeberg.org/hurrycurry/hurrycurry/archive/v1.2.0.tar.gz - type: file sha256: cddc72a740395eaa760c2eb8e757a3f14ec377a286f257df542bd62614c6583a - url: https://s.metamuffin.org/static/hurrycurry/book.webp.tar.zst + url: https://s.metamuffin.org/static/hurrycurry-1.2/book.webp.tar.zst - type: file path: hurrycurry |