diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-12-16 17:32:10 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-12-16 22:39:22 +0100 |
commit | 720b99215da295a2e7b4acdef30b58bec6acedc2 (patch) | |
tree | 73ac1ea4ae91e5d6b2bfcfbc7bb71434d81be922 /tools/upx/Makefile | |
parent | 4921760a4531bff87c3928a622a5c9e50b9f56d3 (diff) | |
download | upstream-720b99215da295a2e7b4acdef30b58bec6acedc2.tar.gz upstream-720b99215da295a2e7b4acdef30b58bec6acedc2.tar.bz2 upstream-720b99215da295a2e7b4acdef30b58bec6acedc2.zip |
treewide: clean up download hashes
Replace *MD5SUM with *HASH, replace MD5 hashes with SHA256
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'tools/upx/Makefile')
-rw-r--r-- | tools/upx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/upx/Makefile b/tools/upx/Makefile index 52d2f784f8..800b595abe 100644 --- a/tools/upx/Makefile +++ b/tools/upx/Makefile @@ -11,7 +11,7 @@ PKG_VERSION:=3.91 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-src.tar.bz2 PKG_SOURCE_URL:=https://github.com/upx/upx/releases/download/v$(PKG_VERSION) -PKG_MD5SUM:=c6d0b3ea2ecb28cb8031d59a4b087a43 +PKG_HASH:=527ce757429841f51675352b1f9f6fc8ad97b18002080d7bf8672c466d8c6a3c PKG_CAT:=bzcat HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/$(PKG_NAME)-$(PKG_VERSION)-src |