summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacek Szafarkiewicz2021-03-17 10:13:47 +0100
committerJacek Szafarkiewicz2021-03-17 10:13:47 +0100
commite9ad9923e7b83b650ee5e5d2e193406d38e4ce5e (patch)
treec9b5959f014d79882a195e7ce790c89712c74e76
parentf73c8900c0697eb36f5bde56dee7d55faf3358e7 (diff)
downloadaur-e9ad9923e7b83b650ee5e5d2e193406d38e4ce5e.tar.gz
upgpkg: 2.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 280fb48f8c1c..b5af38847170 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zlib-ng
pkgdesc = zlib replacement with optimizations for "next generation" systems
- pkgver = 2.0.0_RC2
+ pkgver = 2.0.0
pkgrel = 1
url = https://github.com/zlib-ng/zlib-ng
arch = any
@@ -12,8 +12,8 @@ pkgbase = zlib-ng
conflicts = zlib
conflicts = zlib-ng
conflicts = zlib-ng-git
- source = https://github.com/zlib-ng/zlib-ng/archive/v2.0.0-RC2.zip
- sha256sums = e6190debf17c16810f015453c9c43c1f2a88ec96a95e050a3a9694d0a4ab9de2
+ source = https://github.com/zlib-ng/zlib-ng/archive/2.0.0.zip
+ sha256sums = 57b5587c781fa75a4080bb915e1cd2d0a8a99569764fffcc173f77ec07bfb2ce
pkgname = zlib-ng
diff --git a/PKGBUILD b/PKGBUILD
index 0f6d0c6eecc5..f0fa207c1465 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jacek Szafarkiewicz <szafar at linux dot pl>
pkgname=zlib-ng
-pkgver=2.0.0_RC2
+pkgver=2.0.0
pkgrel=1
pkgdesc="zlib replacement with optimizations for \"next generation\" systems"
arch=("any")
@@ -22,8 +22,8 @@ conflicts=(
"zlib-ng"
"zlib-ng-git"
)
-source=("https://github.com/zlib-ng/zlib-ng/archive/v${pkgver//_/-}.zip")
-sha256sums=("e6190debf17c16810f015453c9c43c1f2a88ec96a95e050a3a9694d0a4ab9de2")
+source=("https://github.com/zlib-ng/zlib-ng/archive/${pkgver//_/-}.zip")
+sha256sums=("57b5587c781fa75a4080bb915e1cd2d0a8a99569764fffcc173f77ec07bfb2ce")
build() {
cmake \