mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 21:47:45 +00:00
Ports/SDL2_image: Update to 2.6.2
This commit is contained in:
parent
831afe3c3d
commit
1ce3b9ea48
3 changed files with 12 additions and 13 deletions
|
@ -1,11 +1,10 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=SDL2_image
|
||||
useconfigure=true
|
||||
use_fresh_config_sub=true
|
||||
version=2.0.5
|
||||
port='SDL2_image'
|
||||
useconfigure='true'
|
||||
version='2.6.2'
|
||||
depends=("SDL2" "libpng" "libjpeg" "libtiff")
|
||||
files="https://www.libsdl.org/projects/SDL_image/release/SDL2_image-${version}.tar.gz SDL_image-${version}.tar.gz bdd5f6e026682f7d7e1be0b6051b209da2f402a2dd8bd1c4bd9c25ad263108d0"
|
||||
auth_type=sha256
|
||||
files="https://github.com/libsdl-org/SDL_image/releases/download/release-${version}/SDL2_image-${version}.tar.gz SDL2_image-${version}.tar.gz 48355fb4d8d00bac639cd1c4f4a7661c4afef2c212af60b340e06b7059814777"
|
||||
auth_type='sha256'
|
||||
|
||||
configure() {
|
||||
run ./configure \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue