diff options
Diffstat (limited to 'Ports/SDL2_gfx/package.sh')
-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" |