diff options
author | Brendan Coles <bcoles@gmail.com> | 2021-04-16 17:39:43 +0000 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-04-16 21:14:00 +0200 |
commit | a206ab2211d15cfdd27287b2e237e02eecee55a2 (patch) | |
tree | f25a5bd02eb35eba346eafc2859894b5ed6ec69e /Ports/SDL2_gfx | |
parent | 6c618eb072bc76fb4ea1cabc79d307139aaa24a1 (diff) | |
download | serenity-a206ab2211d15cfdd27287b2e237e02eecee55a2.zip |
Ports: Add auth_type verification to all package.sh files
Diffstat (limited to 'Ports/SDL2_gfx')
-rwxr-xr-x | Ports/SDL2_gfx/package.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Ports/SDL2_gfx/package.sh b/Ports/SDL2_gfx/package.sh index 70883aea64..4bb5e7d76a 100755 --- a/Ports/SDL2_gfx/package.sh +++ b/Ports/SDL2_gfx/package.sh @@ -2,7 +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" +files="https://downloads.sourceforge.net/project/sdl2gfx/SDL2_gfx-${version}.tar.gz SDL2_gfx-${version}.tar.gz 15f9866c6464ca298f28f62fe5b36d9f" +auth_type=md5 depends="SDL2" useconfigure=true configopts="--with-sdl-prefix=${SERENITY_BUILD_DIR}/Root/usr/local" |