* update pigz to 2.8-2.1

This commit is contained in:
Alexander Baldeck 2024-10-18 10:35:00 +02:00
parent fc06c4de1f
commit feb4b53aa3
2 changed files with 6 additions and 2 deletions

View File

@ -1,9 +1,13 @@
pkgbase = pigz pkgbase = pigz
pkgdesc = Parallel implementation of the gzip file compressor pkgdesc = Parallel implementation of the gzip file compressor
pkgver = 2.8 pkgver = 2.8
pkgrel = 2 pkgrel = 2.1
url = https://www.zlib.net/pigz url = https://www.zlib.net/pigz
arch = x86_64 arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = custom license = custom
depends = zlib depends = zlib
source = https://www.zlib.net/pigz/pigz-2.8.tar.gz source = https://www.zlib.net/pigz/pigz-2.8.tar.gz

View File

@ -6,7 +6,7 @@
pkgname=pigz pkgname=pigz
pkgver=2.8 pkgver=2.8
pkgrel=2 pkgrel=2.1
pkgdesc='Parallel implementation of the gzip file compressor' pkgdesc='Parallel implementation of the gzip file compressor'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='https://www.zlib.net/pigz' url='https://www.zlib.net/pigz'