diff options
author | tpart <tpart120@proton.me> | 2025-04-06 21:11:17 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2025-04-06 21:11:17 +0200 |
commit | 874f9de087e7e40d1876a319e8ae7d970755fc12 (patch) | |
tree | 62130ee0f97cc8f8850f378d46bdf5cbab8df55f | |
parent | 174444961d38fdb420c99cb1d9b285d2263831eb (diff) | |
download | hurrycurry-flatpak-874f9de087e7e40d1876a319e8ae7d970755fc12.tar hurrycurry-flatpak-874f9de087e7e40d1876a319e8ae7d970755fc12.tar.bz2 hurrycurry-flatpak-874f9de087e7e40d1876a319e8ae7d970755fc12.tar.zst |
Use source code instead of binary file for Godot
-rw-r--r-- | org.metamuffin.hurrycurry.client.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org.metamuffin.hurrycurry.client.yaml b/org.metamuffin.hurrycurry.client.yaml index c81f855..5dea4ab 100644 --- a/org.metamuffin.hurrycurry.client.yaml +++ b/org.metamuffin.hurrycurry.client.yaml @@ -40,8 +40,8 @@ modules: buildsystem: simple sources: - type: archive - sha256: d6e382fb531019f85630c1f485a561a0d20c4a2344b6c3847735cfee7da812aa - url: https://github.com/godotengine/godot/releases/download/4.4.1-stable/Godot_v4.4.1-stable_linux.x86_64.zip + sha256: ddbd6527cdb3ddb02910b383301a5c9117b1c33c777ef1c86d1b1eea43dcb651 + url: https://github.com/godotengine/godot/releases/download/4.4.1-stable/godot-4.4.1-stable.tar.xz - type: file path: custom.py |