* update zlib-ng to 2.1.7-1

This commit is contained in:
Alexander Baldeck 2024-08-15 05:03:52 +02:00
parent 04576b5bf4
commit 947ae6cd55
2 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
pkgbase = zlib-ng
pkgdesc = zlib replacement with optimizations for next generation systems
pkgver = 2.1.6
pkgver = 2.1.7
pkgrel = 1
url = https://github.com/zlib-ng/zlib-ng
arch = x86_64
@ -8,8 +8,8 @@ pkgbase = zlib-ng
makedepends = cmake
makedepends = ninja
depends = glibc
source = https://github.com/zlib-ng/zlib-ng/archive/refs/tags/2.1.6/zlib-ng-2.1.6.tar.gz
sha256sums = a5d504c0d52e2e2721e7e7d86988dec2e290d723ced2307145dedd06aeb6fef2
b2sums = 9ca16c19c2c799e68e099d44721b27dc33ad9e859a3d6572bebe3a75c618bffd78e19f0d4c0607802d1c8fa6a8f328d62f9993648a99c1d2e0e5fdcaf87a2667
source = https://github.com/zlib-ng/zlib-ng/archive/refs/tags/2.1.7/zlib-ng-2.1.7.tar.gz
sha256sums = 59e68f67cbb16999842daeb517cdd86fc25b177b4affd335cd72b76ddc2a46d8
b2sums = c92a2ad481e4a10b8ec164f3974a09242118e2c16dbe51553b7f6e5c33886997dc390e73ce26f99bdb5ce0ecae3eb19322059576a83da1c3958435554773878c
pkgname = zlib-ng

View File

@ -4,7 +4,7 @@
# Contributor: Jacek Szafarkiewicz <szafar at linux dot pl>
pkgname=zlib-ng
pkgver=2.1.6
pkgver=2.1.7
pkgrel=1
pkgdesc='zlib replacement with optimizations for next generation systems'
url='https://github.com/zlib-ng/zlib-ng'
@ -18,8 +18,8 @@ makedepends=(
ninja
)
source=("${url}/archive/refs/tags/$pkgver/${pkgname}-${pkgver}.tar.gz")
sha256sums=('a5d504c0d52e2e2721e7e7d86988dec2e290d723ced2307145dedd06aeb6fef2')
b2sums=('9ca16c19c2c799e68e099d44721b27dc33ad9e859a3d6572bebe3a75c618bffd78e19f0d4c0607802d1c8fa6a8f328d62f9993648a99c1d2e0e5fdcaf87a2667')
sha256sums=('59e68f67cbb16999842daeb517cdd86fc25b177b4affd335cd72b76ddc2a46d8')
b2sums=('c92a2ad481e4a10b8ec164f3974a09242118e2c16dbe51553b7f6e5c33886997dc390e73ce26f99bdb5ce0ecae3eb19322059576a83da1c3958435554773878c')
build() {