summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7b55ec668ff0..4c949726f79d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-zlib
-pkgver=1.3
+pkgver=1.3.1
pkgrel=1
pkgdesc="Compression library implementing the deflate compression method found in gzip and PKZIP (mingw-w64)"
arch=('any')
@@ -9,7 +9,7 @@ makedepends=(mingw-w64-gcc)
url="http://www.zlib.net/"
source=("http://zlib.net/fossils/zlib-${pkgver}.tar.gz")
options=(!strip !buildflags staticlibs)
-sha256sums=('ff0ba4c292013dbc27530b3a81e1f9a813cd39de01ca5e0f8bf355702efa593e')
+sha256sums=('9a93b2b7dfdac77ceba5a558a580e74667dd6fede4585b91eefb60f03b72df23')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"