aboutsummaryrefslogtreecommitdiff
path: root/core/zstd
diff options
context:
space:
mode:
Diffstat (limited to 'core/zstd')
-rwxr-xr-xcore/zstd/build3
-rw-r--r--core/zstd/checksums3
-rw-r--r--core/zstd/meta3
-rw-r--r--core/zstd/sources2
-rw-r--r--core/zstd/version2
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..551d891b 100644
--- a/core/zstd/checksums
+++ b/core/zstd/checksums
@@ -1 +1,2 @@
-acf714d98e3db7b876e5b540cbf6dee298f60eb3c0723104f6d3f065cd60d6a8 v1.4.9.tar.gz
+%BLAKE3
+801670f3299554803759beb939eea69b0aa8d70495a962c88e8c723b6575f696 v1.5.5.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..6da0473e 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.5.tar.gz
diff --git a/core/zstd/version b/core/zstd/version
index 8bb19669..013c2474 100644
--- a/core/zstd/version
+++ b/core/zstd/version
@@ -1 +1 @@
-1.4.9 1
+1.5.5 1