From 92d7f6522617c947d635680d045f12a4ef77bcb4 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 27 Dec 2014 07:51:34 +0100 Subject: convert checksum check to sha256 Rename the variable name to PKG_HASH and use a 256 Bit SHA checksum to verify the integrity of distfiles. While there do some housekeeping and remove old packages. --- toolchain/libelf/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolchain/libelf/Makefile.inc') diff --git a/toolchain/libelf/Makefile.inc b/toolchain/libelf/Makefile.inc index 40c24393d..9bdee8c31 100644 --- a/toolchain/libelf/Makefile.inc +++ b/toolchain/libelf/Makefile.inc @@ -4,6 +4,6 @@ PKG_NAME:= libelf PKG_VERSION:= 0.8.13 PKG_RELEASE:= 1 -PKG_MD5SUM:= 4136d7b4c04df68b686570afa26988ac +PKG_HASH:= 591a9b4ec81c1f2042a97aa60564e0cb79d041c52faa7416acb38bc95bd2c76d PKG_SITES:= http://www.mr511.de/software/ DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz -- cgit v1.2.3