mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:37:44 +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
|
@ -3,7 +3,8 @@ port=SDL2_image
|
|||
useconfigure=true
|
||||
version=2.0.5
|
||||
depends="SDL2 libpng libjpeg"
|
||||
files="https://www.libsdl.org/projects/SDL_image/release/SDL2_image-${version}.tar.gz SDL_image-${version}.tar.gz"
|
||||
files="https://www.libsdl.org/projects/SDL_image/release/SDL2_image-${version}.tar.gz SDL_image-${version}.tar.gz f26f3a153360a8f09ed5220ef7b07aea"
|
||||
auth_type=md5
|
||||
|
||||
configure() {
|
||||
run ./configure \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue