diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-12-16 17:32:10 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-12-16 22:39:22 +0100 |
commit | 720b99215da295a2e7b4acdef30b58bec6acedc2 (patch) | |
tree | 73ac1ea4ae91e5d6b2bfcfbc7bb71434d81be922 /tools/mpfr/Makefile | |
parent | 4921760a4531bff87c3928a622a5c9e50b9f56d3 (diff) | |
download | upstream-720b99215da295a2e7b4acdef30b58bec6acedc2.tar.gz upstream-720b99215da295a2e7b4acdef30b58bec6acedc2.tar.bz2 upstream-720b99215da295a2e7b4acdef30b58bec6acedc2.zip |
treewide: clean up download hashes
Replace *MD5SUM with *HASH, replace MD5 hashes with SHA256
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'tools/mpfr/Makefile')
-rw-r--r-- | tools/mpfr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mpfr/Makefile b/tools/mpfr/Makefile index 47ff1c5539..91b5986f6c 100644 --- a/tools/mpfr/Makefile +++ b/tools/mpfr/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=3.1.5 PKG_SOURCE_URL:=http://www.mpfr.org/mpfr-$(PKG_VERSION) \ @GNU/mpfr PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_MD5SUM:=c4ac246cf9795a4491e7766002cd528f +PKG_HASH:=015fde82b3979fbe5f83501986d328331ba8ddf008c1ff3da3c238f49ca062bc HOST_BUILD_PARALLEL:=1 HOST_FIXUP:=autoreconf |