diff options
author | tpart <tpart120@proton.me> | 2025-04-06 20:53:07 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2025-04-06 20:53:07 +0200 |
commit | 174444961d38fdb420c99cb1d9b285d2263831eb (patch) | |
tree | cfa7e344ad8046393428ed14437a3aa0cfb72566 | |
parent | e32941f9dfa75911f75e33e3665244ad851b5396 (diff) | |
download | hurrycurry-flatpak-174444961d38fdb420c99cb1d9b285d2263831eb.tar hurrycurry-flatpak-174444961d38fdb420c99cb1d9b285d2263831eb.tar.bz2 hurrycurry-flatpak-174444961d38fdb420c99cb1d9b285d2263831eb.tar.zst |
Fix incorrect checksums
-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 0e2ad19..c81f855 100644 --- a/org.metamuffin.hurrycurry.client.yaml +++ b/org.metamuffin.hurrycurry.client.yaml @@ -31,7 +31,7 @@ modules: cleanup: ["*"] sources: - type: archive - sha256: 176cd671071551ca88c5bbfe54f5918f1c8ddcb0ff4d4797026a3f638c5e4289 + sha256: e2d78aa56e4646e5dbaf50c0758c6d1e4b0418464d8d6d07a09beb6cf257538f url: https://downloads.sourceforge.net/project/scons/scons/4.9.1/SCons-4.9.1.tar.gz build-commands: - python3 -m pip install --no-index --no-build-isolation --prefix=/app . @@ -40,7 +40,7 @@ modules: buildsystem: simple sources: - type: archive - sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 + sha256: d6e382fb531019f85630c1f485a561a0d20c4a2344b6c3847735cfee7da812aa url: https://github.com/godotengine/godot/releases/download/4.4.1-stable/Godot_v4.4.1-stable_linux.x86_64.zip - type: file |