Date: Monday, January 2, 2023 @ 21:01:40 Author: arojas Revision: 1373990
upgpkg: minizip-ng 3.0.8-1: Update to 3.0.8 Modified: minizip-ng/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-01-02 20:59:18 UTC (rev 1373989) +++ PKGBUILD 2023-01-02 21:01:40 UTC (rev 1373990) @@ -1,8 +1,8 @@ # Maintainer: Antonio Rojas <[email protected]> pkgname=minizip-ng -pkgver=3.0.7 -pkgrel=2 +pkgver=3.0.8 +pkgrel=1 pkgdesc='Fork of the popular zip manipulation library found in the zlib distribution' arch=(x86_64) url='https://github.com/zlib-ng/minizip-ng' @@ -10,7 +10,7 @@ depends=(openssl bzip2 zstd) makedepends=(cmake) source=(https://github.com/zlib-ng/minizip-ng/archive/$pkgver/$pkgname-$pkgver.tar.gz) -sha256sums=('39981a0db1bb6da504909bce63d7493286c5e50825c056564544c990d15c55cf') +sha256sums=('27cc2f62cd02d79b71b346fc6ace02728385f8ba9c6b5f124062b0790a04629a') build() { cmake -B build -S $pkgname-$pkgver \
