summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2017-09-03 13:48:32 -0300
committerDaniel Bermond2017-09-03 13:48:32 -0300
commit8d22632de29da239101b504100b7ea423ea8d52f (patch)
tree8f6e54472681e53cf1dcd76271c1c3e9c95b9bb4 /PKGBUILD
parent2d72a6b861cd01de30e32bb8a153985d1aae10be (diff)
downloadaur-8d22632de29da239101b504100b7ea423ea8d52f.tar.gz
Updated to version 1.8.13
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index afdc7cf48ba2..d7d4eff7a42e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,8 +14,8 @@
_srcname=pngcrush
pkgname=pngcrush-bundled
-pkgver=1.8.11
-pkgrel=2
+pkgver=1.8.13
+pkgrel=1
pkgdesc='A tool for optimizing the compression of PNG files (with bundled libpng and zlib)'
arch=('i686' 'x86_64')
url='http://pmt.sourceforge.net/pngcrush/'
@@ -24,7 +24,7 @@ depends=('glibc')
provides=('pngcrush')
conflicts=('pngcrush')
source=("https://sourceforge.net/projects/pmt/files/pngcrush/${pkgver}/pngcrush-${pkgver}.tar.xz")
-sha256sums=('8d530328650ec82f3cbe998729ada8347eb3dbbdf706d9021c5786144d18f5b0')
+sha256sums=('8fc18bcbcc65146769241e20f9e21e443b0f4538d581250dce89b1e969a30705')
prepare() {
cd "${_srcname}-${pkgver}"