summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12023-06-29 18:14:04 +0800
committerChocobo12023-06-29 18:14:23 +0800
commitfc06a9ec9549ff0a9afe0d145c39a849fbac64aa (patch)
treecb62a266d4966d4e135c47f87e89ceee9e063b0c
parentf18fa12c37a307d99a723e5514bcc99d61c94950 (diff)
downloadaur-fc06a9ec9549ff0a9afe0d145c39a849fbac64aa.tar.gz
upgpkg: zlib-ng 2.1.3-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a92b4da355eb..cd61a8005fb2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = zlib-ng
pkgdesc = zlib replacement with optimizations for 'next generation' systems
- pkgver = 2.1.2
- pkgrel = 2
+ pkgver = 2.1.3
+ pkgrel = 1
url = https://github.com/zlib-ng/zlib-ng
arch = i686
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = zlib-ng
makedepends = cmake
depends = glibc
options = staticlibs
- source = zlib-ng-2.1.2-src.tar.gz::https://github.com/zlib-ng/zlib-ng/archive/refs/tags/2.1.2.tar.gz
- sha256sums = 383560d6b00697c04e8878e26c0187b480971a8bce90ffd26a5a7b0f7ecf1a33
+ source = zlib-ng-2.1.3-src.tar.gz::https://github.com/zlib-ng/zlib-ng/archive/refs/tags/2.1.3.tar.gz
+ sha256sums = d20e55f89d71991c59f1c5ad1ef944815e5850526c0d9cd8e504eaed5b24491a
pkgname = zlib-ng
diff --git a/PKGBUILD b/PKGBUILD
index ac07f2dbc839..2fed235bf71f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Previous maintainer: Jacek Szafarkiewicz <szafar at linux dot pl>
pkgname=zlib-ng
-pkgver=2.1.2
-pkgrel=2
+pkgver=2.1.3
+pkgrel=1
pkgdesc="zlib replacement with optimizations for 'next generation' systems"
arch=('i686' 'x86_64')
url="https://github.com/zlib-ng/zlib-ng"
@@ -12,7 +12,7 @@ depends=('glibc')
makedepends=('cmake')
options=('staticlibs')
source=("$pkgname-$pkgver-src.tar.gz::https://github.com/zlib-ng/zlib-ng/archive/refs/tags/$pkgver.tar.gz")
-sha256sums=('383560d6b00697c04e8878e26c0187b480971a8bce90ffd26a5a7b0f7ecf1a33')
+sha256sums=('d20e55f89d71991c59f1c5ad1ef944815e5850526c0d9cd8e504eaed5b24491a')
build() {