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/patchelf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/patchelf') diff --git a/tools/patchelf/Makefile b/tools/patchelf/Makefile index 76bcbaf54c..1728fba277 100644 --- a/tools/patchelf/Makefile +++ b/tools/patchelf/Makefile @@ -11,7 +11,7 @@ PKG_VERSION:=0.9 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://nixos.org/releases/patchelf/patchelf-$(PKG_VERSION) -PKG_MD5SUM:=d02687629c7e1698a486a93a0d607947 +PKG_HASH:=a0f65c1ba148890e9f2f7823f4bedf7ecad5417772f64f994004f59a39014f83 HOST_BUILD_PARALLEL:=1 HOST_FIXUP:=autoreconf -- cgit v1.2.3