[openwrt/openwrt] zstd: update to 1.5.6
LEDE Commits
lede-commits at lists.infradead.org
Tue Apr 2 07:19:54 PDT 2024
aparcar pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/004c8530193891f451b92095e26f09345fc308ec
commit 004c8530193891f451b92095e26f09345fc308ec
Author: Paul Spooren <mail at aparcar.org>
AuthorDate: Tue Apr 2 13:18:50 2024 +0200
zstd: update to 1.5.6
Full changelog here:
https://github.com/facebook/zstd/releases/tag/v1.5.6
Signed-off-by: Paul Spooren <mail at aparcar.org>
---
tools/zstd/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/zstd/Makefile b/tools/zstd/Makefile
index 4d46a5f950..41dd70b7a9 100644
--- a/tools/zstd/Makefile
+++ b/tools/zstd/Makefile
@@ -1,11 +1,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=zstd
-PKG_VERSION:=1.5.5
+PKG_VERSION:=1.5.6
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/facebook/zstd/releases/download/v$(PKG_VERSION)
-PKG_HASH:=9c4396cc829cfae319a6e2615202e82aad41372073482fce286fac78646d3ee4
+PKG_HASH:=8c29e06cf42aacc1eafc4077ae2ec6c6fcb96a626157e0593d5e82a34fd403c1
PKG_LICENSE:=BSD-3-Clause
PKG_LICENSE_FILES:=LICENSE
More information about the lede-commits
mailing list