diff options
author | Paul Spooren <mail@aparcar.org> | 2024-04-02 13:18:50 +0200 |
---|---|---|
committer | Paul Spooren <mail@aparcar.org> | 2024-04-02 16:19:39 +0200 |
commit | 004c8530193891f451b92095e26f09345fc308ec (patch) | |
tree | a4c180811b8f7c029d970bfc866aced73a71e4c3 /tools/zstd/Makefile | |
parent | 631014d9b097b533920d3dbf120218ab735716cc (diff) |
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@aparcar.org>
Diffstat (limited to 'tools/zstd/Makefile')
-rw-r--r-- | tools/zstd/Makefile | 4 |
1 files 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 |