From 030d684b3c59b7916b1ff202c677e7db60733ded Mon Sep 17 00:00:00 2001 From: Duncaen Date: Mon, 11 Apr 2016 13:38:31 +0200 Subject: [PATCH] pngcrush: update to 1.8.1. --- srcpkgs/pngcrush/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/pngcrush/template b/srcpkgs/pngcrush/template index 846f66bbeb5..ae02b3f0145 100644 --- a/srcpkgs/pngcrush/template +++ b/srcpkgs/pngcrush/template @@ -1,6 +1,6 @@ # Template file for 'pngcrush' pkgname=pngcrush -version=1.8.0 +version=1.8.1 revision=1 wrksrc=${pkgname}-${version}-nolib makedepends="libpng-devel" @@ -9,7 +9,7 @@ maintainer="Duncaen " license="zlib" homepage="http://pmt.sourceforge.net/pngcrush" distfiles="${SOURCEFORGE_SITE}/pmt/${pkgname}-${version}-nolib.tar.xz" -checksum=baa7048351c341e3a0c4769db7093b3206d46aa66ca93ac039c896ace63563bf +checksum=29dfdc0e4302a10a58f1785ebc08ec5f57b6b2d3f36688dcb69ee058eb8a7ac0 do_build() { make CC="$CC" LD="$CC" CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"