diff options
author | Gunnar Beutner <gunnar@beutner.name> | 2021-04-25 12:20:15 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-04-25 13:30:18 +0200 |
commit | 5911d379a67d4d8957b89f1ca7eed946eae8312b (patch) | |
tree | 7253e1a1505526d36ea8bd7d29219a6e1232b531 /Ports/SDL2_gfx | |
parent | d77e7e99e4b3bf23ed3663c4d6db34f1496b4306 (diff) | |
download | serenity-5911d379a67d4d8957b89f1ca7eed946eae8312b.zip |
Ports: Update checksums to use the SHA256 algorithm
Diffstat (limited to 'Ports/SDL2_gfx')
-rwxr-xr-x | Ports/SDL2_gfx/package.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Ports/SDL2_gfx/package.sh b/Ports/SDL2_gfx/package.sh index 7c5f0ca443..e76ff1582e 100755 --- a/Ports/SDL2_gfx/package.sh +++ b/Ports/SDL2_gfx/package.sh @@ -2,8 +2,8 @@ port=SDL2_gfx version=1.0.4 -files="https://downloads.sourceforge.net/project/sdl2gfx/SDL2_gfx-${version}.tar.gz SDL2_gfx-${version}.tar.gz 15f9866c6464ca298f28f62fe5b36d9f" -auth_type=md5 +files="https://downloads.sourceforge.net/project/sdl2gfx/SDL2_gfx-${version}.tar.gz SDL2_gfx-${version}.tar.gz 63e0e01addedc9df2f85b93a248f06e8a04affa014a835c2ea34bfe34e576262" +auth_type=sha256 depends="SDL2" useconfigure=true configopts="--with-sdl-prefix=${SERENITY_INSTALL_ROOT}/usr/local" |