From e39009fbddd86cb9c44a26a1e7950648eb74dc8a Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Tue, 4 Jul 2023 14:08:09 +0200 Subject: [PATCH] libpng: update to 1.6.40. --- srcpkgs/libpng/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libpng/template b/srcpkgs/libpng/template index 626caa73eff..8c33a8252c9 100644 --- a/srcpkgs/libpng/template +++ b/srcpkgs/libpng/template @@ -1,16 +1,16 @@ # Template file for 'libpng' pkgname=libpng -version=1.6.39 +version=1.6.40 revision=1 build_style=gnu-configure makedepends="zlib-devel" short_desc="Library for manipulating PNG images" -maintainer="Orphaned " +maintainer="Leah Neukirchen " 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=1f4696ce70b4ee5f85f1e1623dc1229b210029fa4b7aee573df3e2ba7b036937 +checksum=535b479b2467ff231a3ec6d92a525906fb8ef27978be4f66dbe05d3f3a01b3a1 case "$XBPS_TARGET_MACHINE" in arm*|aarch64*) configure_args="--enable-arm-neon=no";;