summaryrefslogtreecommitdiffstats
path: root/tools/zstd
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2023-02-09 18:13:14 -0800
committerHauke Mehrtens <hauke@hauke-m.de>2023-02-18 17:38:01 +0100
commit80d61c41d5b8833e19b594fa48f7d9ec5970b35b (patch)
tree29e474c148b069bf50f835ef6dc42d001d78a515 /tools/zstd
parent144fa4d4e7c00df370924751f58781689cd333e7 (diff)
downloadopenwrt-80d61c41d5b8833e19b594fa48f7d9ec5970b35b.tar.gz
openwrt-80d61c41d5b8833e19b594fa48f7d9ec5970b35b.tar.bz2
openwrt-80d61c41d5b8833e19b594fa48f7d9ec5970b35b.zip
tools/zstd: update to 1.5.4
Mostly performance improvements, as usual. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'tools/zstd')
-rw-r--r--tools/zstd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/zstd/Makefile b/tools/zstd/Makefile
index 65381e7cb4..ea0f823e11 100644
--- a/tools/zstd/Makefile
+++ b/tools/zstd/Makefile
@@ -1,11 +1,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=zstd
-PKG_VERSION:=1.5.2
+PKG_VERSION:=1.5.4
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/facebook/zstd/releases/download/v$(PKG_VERSION)
-PKG_HASH:=7c42d56fac126929a6a85dbc73ff1db2411d04f104fae9bdea51305663a83fd0
+PKG_HASH:=0f470992aedad543126d06efab344dc5f3e171893810455787d38347343a4424
PKG_LICENSE:=BSD-3-Clause
PKG_LICENSE_FILES:=LICENSE
@@ -22,7 +22,7 @@ MESON_HOST_ARGS += \
-Ddefault_library=static \
-Dlegacy_level=7 \
-Ddebug_level=0 \
- -Dbacktrace=false \
+ -Dbacktrace=disabled \
-Dstatic_runtime=false \
-Dbin_programs=true \
-Dbin_tests=false \