From 720b99215da295a2e7b4acdef30b58bec6acedc2 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 16 Dec 2016 17:32:10 +0100 Subject: treewide: clean up download hashes Replace *MD5SUM with *HASH, replace MD5 hashes with SHA256 Signed-off-by: Felix Fietkau --- tools/squashfs4/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/squashfs4') diff --git a/tools/squashfs4/Makefile b/tools/squashfs4/Makefile index 50b70fbe1c..e2c9fc91cc 100644 --- a/tools/squashfs4/Makefile +++ b/tools/squashfs4/Makefile @@ -11,7 +11,7 @@ PKG_VERSION:=4.2 PKG_SOURCE:=squashfs$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/squashfs -PKG_MD5SUM:=1b7a781fb4cf8938842279bd3e8ee852 +PKG_HASH:=d9e0195aa922dbb665ed322b9aaa96e04a476ee650f39bbeadb0d00b24022e96 PKG_CAT:=zcat HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/squashfs$(PKG_VERSION) -- cgit v1.2.3