diff options
author | Rosen Penev <rosenp@gmail.com> | 2021-01-20 20:54:57 -0800 |
---|---|---|
committer | Paul Spooren <mail@aparcar.org> | 2021-01-30 18:14:50 -1000 |
commit | 7534c8a2e1050e480c5b8636deaaf00b7adcb650 (patch) | |
tree | 35fcbf7612593384978779a3a267abf6fb320114 /tools/zstd/Makefile | |
parent | ddab795b370da986149f8c8e6b3455bf9c1066fe (diff) | |
download | upstream-7534c8a2e1050e480c5b8636deaaf00b7adcb650.tar.gz upstream-7534c8a2e1050e480c5b8636deaaf00b7adcb650.tar.bz2 upstream-7534c8a2e1050e480c5b8636deaaf00b7adcb650.zip |
tools/zstd: update to 1.4.8
Switch to the normal tarball instead of the codeload generated one. The
latter has the potential to change hashes based on changes in the repo.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'tools/zstd/Makefile')
-rw-r--r-- | tools/zstd/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/tools/zstd/Makefile b/tools/zstd/Makefile index 4ec910d4ba..1107c0d92c 100644 --- a/tools/zstd/Makefile +++ b/tools/zstd/Makefile @@ -1,12 +1,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=zstd -PKG_VERSION:=1.4.4 +PKG_VERSION:=1.4.8 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL_FILE:=v$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://github.com/facebook/zstd/archive/ -PKG_HASH:=a364f5162c7d1a455cc915e8e3cf5f4bd8b75d09bc0f53965b0c9ca1383c52c8 +PKG_SOURCE_URL:=https://github.com/facebook/zstd/releases/download/v$(PKG_VERSION) +PKG_HASH:=32478297ca1500211008d596276f5367c54198495cf677e9439f4791a4c69f24 PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=LICENSE |