diff options
Diffstat (limited to 'core/zstd')
-rwxr-xr-x | core/zstd/build | 3 | ||||
-rw-r--r-- | core/zstd/checksums | 3 | ||||
-rw-r--r-- | core/zstd/meta | 3 | ||||
-rw-r--r-- | core/zstd/sources | 2 | ||||
-rw-r--r-- | core/zstd/version | 2 |
5 files changed, 9 insertions, 4 deletions
diff --git a/core/zstd/build b/core/zstd/build index 28bda353..530e31bf 100755 --- a/core/zstd/build +++ b/core/zstd/build @@ -1,4 +1,5 @@ #!/bin/sh -e -make PREFIX=/usr +make PREFIX=/usr lib-release +make PREFIX=/usr LDFLAGS="$LDFLAGS -static" zstd-release make DESTDIR="$1" PREFIX=/usr install diff --git a/core/zstd/checksums b/core/zstd/checksums index c122d448..e371df34 100644 --- a/core/zstd/checksums +++ b/core/zstd/checksums @@ -1 +1,2 @@ -acf714d98e3db7b876e5b540cbf6dee298f60eb3c0723104f6d3f065cd60d6a8 v1.4.9.tar.gz +%BLAKE3 +70898ddbea3b0b447901e34ab0f76787bf904dd4a3f84a4965ce14b878805350 v1.5.6.tar.gz diff --git a/core/zstd/meta b/core/zstd/meta new file mode 100644 index 00000000..2dbcf07a --- /dev/null +++ b/core/zstd/meta @@ -0,0 +1,3 @@ +description: Z standard compression utilities +license: BSD-3-Clause, GPL-2.0-or-later +maintainer: Cem Keylan <cem@carbslinux.org> diff --git a/core/zstd/sources b/core/zstd/sources index 2762b5b2..8bd31279 100644 --- a/core/zstd/sources +++ b/core/zstd/sources @@ -1 +1 @@ -https://github.com/facebook/zstd/archive/v1.4.9.tar.gz +https://github.com/facebook/zstd/archive/v1.5.6.tar.gz diff --git a/core/zstd/version b/core/zstd/version index 8bb19669..43cc0c08 100644 --- a/core/zstd/version +++ b/core/zstd/version @@ -1 +1 @@ -1.4.9 1 +1.5.6 1 |