summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacek Szafarkiewicz2021-06-26 22:31:35 +0200
committerJacek Szafarkiewicz2021-06-26 22:31:35 +0200
commitb97c4af091d481e7fcc78441f54b9d1b5d0ffba5 (patch)
treef014cb8b659483ea9747698b000e71df6001b9c5
parenta593a74bb667a68d87a4414dfd44ec6962d0826b (diff)
downloadaur-b97c4af091d481e7fcc78441f54b9d1b5d0ffba5.tar.gz
upgpkg: 2.0.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44aaf7fdc0e5..8d10ad973209 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zlib-ng
pkgdesc = zlib replacement with optimizations for "next generation" systems
- pkgver = 2.0.4
+ pkgver = 2.0.5
pkgrel = 1
url = https://github.com/zlib-ng/zlib-ng
arch = i686
@@ -14,8 +14,8 @@ pkgbase = zlib-ng
depends = glibc
provides = zlib=1.2.11
conflicts = zlib
- source = https://github.com/zlib-ng/zlib-ng/archive/2.0.4.zip
- sha256sums = 65618f2c7ea48e0a104e8270e5373b758a64c9c6e3623e2bb0f756af9e9ea4a0
+ source = https://github.com/zlib-ng/zlib-ng/archive/2.0.5.zip
+ sha256sums = fb3a88f1c03afc9e1792abcfd146978239be80843ddf6067bf299806320757b9
pkgname = zlib-ng
diff --git a/PKGBUILD b/PKGBUILD
index 3a546348f5d0..9d797f60cc44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jacek Szafarkiewicz <szafar at linux dot pl>
pkgname=zlib-ng
-pkgver=2.0.4
+pkgver=2.0.5
pkgrel=1
pkgdesc="zlib replacement with optimizations for \"next generation\" systems"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
@@ -15,7 +15,7 @@ provides=('zlib=1.2.11')
conflicts=('zlib')
source=("https://github.com/zlib-ng/zlib-ng/archive/${pkgver//_/-}.zip")
-sha256sums=('65618f2c7ea48e0a104e8270e5373b758a64c9c6e3623e2bb0f756af9e9ea4a0')
+sha256sums=('fb3a88f1c03afc9e1792abcfd146978239be80843ddf6067bf299806320757b9')
build() {
cmake \