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/mtools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/mtools') diff --git a/tools/mtools/Makefile b/tools/mtools/Makefile index 13de447780..64be6ae01b 100644 --- a/tools/mtools/Makefile +++ b/tools/mtools/Makefile @@ -11,7 +11,7 @@ PKG_VERSION:=4.0.18 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@GNU/$(PKG_NAME) -PKG_MD5SUM:=17b9f525c1ae3583a478338deb7fbc19 +PKG_HASH:=30d408d039b4cedcd04fbf824c89b0ff85dcbb6f71f13d2d8d65abb3f58cacc3 PKG_CAT:=zcat HOST_BUILD_PARALLEL:=1 -- cgit v1.2.3