[openwrt/openwrt] tools/zstd: update to 1.5.0

LEDE Commits lede-commits at lists.infradead.org
Sun Sep 5 12:29:44 PDT 2021


dedeckeh pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/c5953d5f308f20d8b7e46ee1d68ba8866f5e4bad

commit c5953d5f308f20d8b7e46ee1d68ba8866f5e4bad
Author: Rosen Penev <rosenp at gmail.com>
AuthorDate: Wed Sep 1 20:28:06 2021 -0700

    tools/zstd: update to 1.5.0
    
    Signed-off-by: Rosen Penev <rosenp at gmail.com>
---
 tools/zstd/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/zstd/Makefile b/tools/zstd/Makefile
index 9138ae98f2..b93a5d2b52 100644
--- a/tools/zstd/Makefile
+++ b/tools/zstd/Makefile
@@ -1,11 +1,11 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=zstd
-PKG_VERSION:=1.4.8
+PKG_VERSION:=1.5.0
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://github.com/facebook/zstd/releases/download/v$(PKG_VERSION)
-PKG_HASH:=32478297ca1500211008d596276f5367c54198495cf677e9439f4791a4c69f24
+PKG_HASH:=5194fbfa781fcf45b98c5e849651aa7b3b0a008c6b72d4a0db760f3002291e94
 
 PKG_LICENSE:=BSD-3-Clause
 PKG_LICENSE_FILES:=LICENSE



More information about the lede-commits mailing list