Date: Sunday, January 31, 2021 @ 21:43:24 Author: jsteel Revision: 838761
upgpkg: pigz 2.5-1 Modified: pigz/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-01-31 21:43:07 UTC (rev 838760) +++ PKGBUILD 2021-01-31 21:43:24 UTC (rev 838761) @@ -4,8 +4,8 @@ # Contributor: Stefan Husmann <[email protected]> pkgname=pigz -pkgver=2.4 -pkgrel=2 +pkgver=2.5 +pkgrel=1 pkgdesc='Parallel implementation of the gzip file compressor' arch=('x86_64') url='https://www.zlib.net/pigz' @@ -12,7 +12,7 @@ license=('custom') depends=('zlib') source=(https://www.zlib.net/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('def2f6e19d9d8231445adc1349d346df') +md5sums=('48730655cf30973f6fe81d4857858a3c') build() { cd $pkgname-$pkgver
