summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2024-01-23 20:51:20 +0100
committerMichel Zou2024-01-23 20:51:20 +0100
commit2527abad6d312e7f6795645e0099f800488df743 (patch)
tree102af4963fbd650e04e958c60bf2bf21191c4860
parent9c723dd393002520a98580a855278fd4912f4342 (diff)
downloadaur-2527abad6d312e7f6795645e0099f800488df743.tar.gz
1.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ff546f5c2b9..30eb56c53ab7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-zlib
pkgdesc = Compression library implementing the deflate compression method found in gzip and PKZIP (mingw-w64)
- pkgver = 1.3
+ pkgver = 1.3.1
pkgrel = 1
url = http://www.zlib.net/
arch = any
@@ -10,7 +10,7 @@ pkgbase = mingw-w64-zlib
options = !strip
options = !buildflags
options = staticlibs
- source = http://zlib.net/fossils/zlib-1.3.tar.gz
- sha256sums = ff0ba4c292013dbc27530b3a81e1f9a813cd39de01ca5e0f8bf355702efa593e
+ source = http://zlib.net/fossils/zlib-1.3.1.tar.gz
+ sha256sums = 9a93b2b7dfdac77ceba5a558a580e74667dd6fede4585b91eefb60f03b72df23
pkgname = mingw-w64-zlib
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"