Date: Sunday, April 9, 2023 @ 19:01:23 Author: arojas Revision: 1443465
upgpkg: minizip-ng 3.0.10-1: Update to 3.0.10 Modified: minizip-ng/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-09 18:59:45 UTC (rev 1443464) +++ PKGBUILD 2023-04-09 19:01:23 UTC (rev 1443465) @@ -1,7 +1,7 @@ # Maintainer: Antonio Rojas <[email protected]> pkgname=minizip-ng -pkgver=3.0.9 +pkgver=3.0.10 pkgrel=1 pkgdesc='Fork of the popular zip manipulation library found in the zlib distribution' arch=(x86_64) @@ -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=('992693a532eb15b20d306e6aeea1a1a6501bd19dca993ebe9a95fd22d6b7fd74') +sha256sums=('d4a549731d8c7074e421dbab6d8b8ad0a93067752fe767c464f0f40fa5f0a80d') build() { cmake -B build -S $pkgname-$pkgver \
