1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-30 02:57:34 +00:00

Ports/libpng: Update libpng to version 1.6.39

This commit is contained in:
Cameron Youell 2023-03-27 21:44:55 +11:00 committed by Linus Groh
parent 66f4ffe309
commit 5d9c4cc9e3
2 changed files with 7 additions and 7 deletions

View file

@ -1,9 +1,9 @@
#!/usr/bin/env -S bash ../.port_include.sh
port=libpng
version=1.6.37
useconfigure=true
port='libpng'
version='1.6.39'
useconfigure='true'
configopts=("--disable-static" "--enable-shared")
use_fresh_config_sub=true
files="https://download.sourceforge.net/libpng/libpng-${version}.tar.gz libpng-${version}.tar.gz daeb2620d829575513e35fecc83f0d3791a620b9b93d800b763542ece9390fb4"
auth_type=sha256
use_fresh_config_sub='true'
files="https://download.sourceforge.net/libpng/libpng-${version}.tar.gz libpng-${version}.tar.gz af4fb7f260f839919e5958e5ab01a275d4fe436d45442a36ee62f73e5beb75ba"
auth_type='sha256'
depends=("zlib")