libpng: update to 1.6.50.

This commit is contained in:
Leah Neukirchen 2025-07-06 12:45:19 +02:00
parent 1d5de92c1c
commit 3e8518a218

View file

@ -1,6 +1,6 @@
# Template file for 'libpng'
pkgname=libpng
version=1.6.49
version=1.6.50
revision=1
build_style=gnu-configure
makedepends="zlib-devel"
@ -10,7 +10,7 @@ license="Libpng"
homepage="http://www.libpng.org/pub/png/libpng.html"
changelog="https://github.com/pnggroup/libpng/blob/master/CHANGES"
distfiles="${SOURCEFORGE_SITE}/libpng/libpng-${version}.tar.xz"
checksum=43182aa48e39d64b1ab4ec6b71ab3e910b67eed3a0fff3777cf8cf40d6ef7024
checksum=4df396518620a7aa3651443e87d1b2862e4e88cad135a8b93423e01706232307
case "$XBPS_TARGET_MACHINE" in
arm*) configure_args="--enable-arm-neon=no";;