diff options
author | metamuffin <42977997+metamuffin@users.noreply.github.com> | 2024-08-20 17:56:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-20 17:56:04 +0200 |
commit | 599051f70278c8c7331fad6649e24864606bf5ca (patch) | |
tree | 74d020e90ff66d76003861e17886f502e3fcc80c | |
parent | 0c5ff432bfc2dcd96dc410762c9d3ef25387f659 (diff) | |
parent | 6a14a9325649b47c8bc622dd1222558e681ed2a6 (diff) | |
download | hurrycurry-flatpak-599051f70278c8c7331fad6649e24864606bf5ca.tar hurrycurry-flatpak-599051f70278c8c7331fad6649e24864606bf5ca.tar.bz2 hurrycurry-flatpak-599051f70278c8c7331fad6649e24864606bf5ca.tar.zst |
Merge pull request #3 from flathub/next
v1.5.0
-rw-r--r-- | org.metamuffin.hurrycurry.client.yaml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/org.metamuffin.hurrycurry.client.yaml b/org.metamuffin.hurrycurry.client.yaml index 6641f37..8d5c502 100644 --- a/org.metamuffin.hurrycurry.client.yaml +++ b/org.metamuffin.hurrycurry.client.yaml @@ -5,7 +5,8 @@ sdk: org.freedesktop.Sdk command: hurrycurry finish-args: - --share=ipc - - --socket=x11 + - --socket=wayland + - --socket=fallback-x11 - --socket=pulseaudio - --device=dri - --share=network @@ -41,8 +42,8 @@ modules: sources: - type: archive - sha256: da14e36448f1efd2955fe85d7ededc9e6ac8c893f76723b4852e7587306c761d - url: https://downloads.tuxfamily.org/godotengine/4.2.2/godot-4.2.2-stable.tar.xz + sha256: 751e55bfad8e04b846f9cf7b6eb80e058986a2cb1b103fc0fe6a4d8526a20e56 + url: https://downloads.tuxfamily.org/godotengine/4.3/godot-4.3-stable.tar.xz - type: file path: custom.py @@ -57,8 +58,8 @@ modules: buildsystem: simple sources: - type: archive - sha256: cac61e15414fcaad18a10836e68bcc7d5af3694d9e8901488544397fcb5adc3d - url: https://codeberg.org/hurrycurry/hurrycurry/archive/v1.4.0.tar.gz + sha256: 847888ff40ceaa59179663d1afb3cc9fefe36885189b9b536248bcb625941011 + url: https://codeberg.org/hurrycurry/hurrycurry/archive/v1.5.0.tar.gz - type: file sha256: cddc72a740395eaa760c2eb8e757a3f14ec377a286f257df542bd62614c6583a |