diff options
-rwxr-xr-x | core/pigz/build | 2 | ||||
-rw-r--r-- | core/pigz/checksums | 3 | ||||
-rw-r--r-- | core/pigz/sources | 2 | ||||
-rw-r--r-- | core/pigz/version | 2 |
4 files changed, 6 insertions, 3 deletions
diff --git a/core/pigz/build b/core/pigz/build index 8d190a07..e3f68273 100755 --- a/core/pigz/build +++ b/core/pigz/build @@ -6,4 +6,6 @@ install -Dm755 pigz "$1/usr/bin/pigz" install -Dm644 pigz.1 "$1/usr/share/man/man1/pigz.1" ln -sf pigz "$1/usr/bin/gzip" +ln -sf pigz "$1/usr/bin/gunzip" ln -sf pigz.1 "$1/usr/share/man/man1/gzip.1" +ln -sf pigz.1 "$1/usr/share/man/man1/gunzip.1" diff --git a/core/pigz/checksums b/core/pigz/checksums index 7fdb7201..28d2ba18 100644 --- a/core/pigz/checksums +++ b/core/pigz/checksums @@ -1 +1,2 @@ -2eed7b0d7449d1d70903f2a62cd6005d262eb3a8c9e98687bc8cbb5809db2a7d pigz-2.6.tar.gz +%BLAKE3 +90c398e06b25bc3c5e3a51610bc82e2c813b8b08fe758f62ad612b89df1e6582 pigz-2.7.tar.gz diff --git a/core/pigz/sources b/core/pigz/sources index 1cd53f62..32b51405 100644 --- a/core/pigz/sources +++ b/core/pigz/sources @@ -1 +1 @@ -https://zlib.net/pigz/pigz-2.6.tar.gz +https://zlib.net/pigz/pigz-2.7.tar.gz diff --git a/core/pigz/version b/core/pigz/version index eb0c981f..7c0f9161 100644 --- a/core/pigz/version +++ b/core/pigz/version @@ -1 +1 @@ -2.6 1 +2.7 1 |