mirror of
https://github.com/RGBCube/serenity
synced 2025-07-30 03:27:45 +00:00
Ports/libpng: Update libpng to version 1.6.40
This commit is contained in:
parent
c5414e6e6d
commit
a54799f2a5
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port='libpng'
|
||||
version='1.6.39'
|
||||
version='1.6.40'
|
||||
useconfigure='true'
|
||||
configopts=(
|
||||
'--disable-static'
|
||||
|
@ -8,7 +8,7 @@ configopts=(
|
|||
)
|
||||
use_fresh_config_sub='true'
|
||||
files=(
|
||||
"https://download.sourceforge.net/libpng/libpng-${version}.tar.gz#af4fb7f260f839919e5958e5ab01a275d4fe436d45442a36ee62f73e5beb75ba"
|
||||
"https://download.sourceforge.net/libpng/libpng-${version}.tar.gz#8f720b363aa08683c9bf2a563236f45313af2c55d542b5481ae17dd8d183bb42"
|
||||
)
|
||||
depends=(
|
||||
'zlib'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue