mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:17:45 +00:00
Ports: Add auth_type verification to all package.sh files
This commit is contained in:
parent
6c618eb072
commit
a206ab2211
68 changed files with 135 additions and 65 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue