summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff42194c56a2..6bb19cffd45a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-zlib-ng
pkgdesc = zlib replacement with optimizations for 'next generation' systems (mingw-w64)
- pkgver = 2.1.3
+ pkgver = 2.1.4
pkgrel = 1
url = https://github.com/zlib-ng/zlib-ng
arch = any
@@ -10,7 +10,7 @@ pkgbase = mingw-w64-zlib-ng
options = !buildflags
options = staticlibs
options = !strip
- source = https://github.com/zlib-ng/zlib-ng/archive/refs/tags/2.1.3.tar.gz
- sha256sums = d20e55f89d71991c59f1c5ad1ef944815e5850526c0d9cd8e504eaed5b24491a
+ source = https://github.com/zlib-ng/zlib-ng/archive/refs/tags/2.1.4.tar.gz
+ sha256sums = a0293475e6a44a3f6c045229fe50f69dc0eebc62a42405a51f19d46a5541e77a
pkgname = mingw-w64-zlib-ng
diff --git a/PKGBUILD b/PKGBUILD
index 241ea9d7f3ca..faa8ea8b7482 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-zlib-ng
-pkgver=2.1.3
+pkgver=2.1.4
pkgrel=1
pkgdesc="zlib replacement with optimizations for 'next generation' systems (mingw-w64)"
arch=('any')
@@ -9,7 +9,7 @@ depends=('mingw-w64-crt')
makedepends=('mingw-w64-cmake')
options=('!buildflags' 'staticlibs' '!strip')
source=("https://github.com/zlib-ng/zlib-ng/archive/refs/tags/$pkgver.tar.gz")
-sha256sums=('d20e55f89d71991c59f1c5ad1ef944815e5850526c0d9cd8e504eaed5b24491a')
+sha256sums=('a0293475e6a44a3f6c045229fe50f69dc0eebc62a42405a51f19d46a5541e77a')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"