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/expat/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/expat') diff --git a/tools/expat/Makefile b/tools/expat/Makefile index 93e0f74cd5..bdc93fe86b 100644 --- a/tools/expat/Makefile +++ b/tools/expat/Makefile @@ -11,7 +11,7 @@ PKG_NAME:=expat PKG_VERSION:=2.2.0 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_MD5SUM:=2f47841c829facb346eb6e3fab5212e2 +PKG_HASH:=d9e50ff2d19b3538bd2127902a89987474e1a4db8e43a66a4d1a712ab9a504ff PKG_SOURCE_URL:=@SF/expat HOST_BUILD_PARALLEL:=1 -- cgit v1.2.3