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. --- package/patch/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/patch') diff --git a/package/patch/Makefile b/package/patch/Makefile index e35288572..319512b6b 100644 --- a/package/patch/Makefile +++ b/package/patch/Makefile @@ -6,7 +6,7 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= patch PKG_VERSION:= 2.7.1 PKG_RELEASE:= 1 -PKG_MD5SUM:= e9ae5393426d3ad783a300a338c09b72 +PKG_HASH:= 9124ba46db0abd873d0995c2ca880e81252676bb6c03e0a37dfc5f608a9b0ceb PKG_DESCR:= patch utility PKG_SECTION:= sys/utils PKG_URL:= http://www.gnu.org/software/patch/ -- cgit v1.2.3