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/flex/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/flex') diff --git a/tools/flex/Makefile b/tools/flex/Makefile index 78eb1e0b46..60ca240af6 100644 --- a/tools/flex/Makefile +++ b/tools/flex/Makefile @@ -11,7 +11,7 @@ PKG_VERSION:=2.6.1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/westes/flex/releases/download/v$(PKG_VERSION)/ -PKG_MD5SUM:=cd3c86290fc2676a641aefafeb10848a +PKG_HASH:=2c7a412c1640e094cb058d9b2fe39d450186e09574bebb7aa28f783e3799103f HOST_BUILD_PARALLEL:=1 -- cgit v1.2.3