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/cutter/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/cutter/Makefile') diff --git a/package/cutter/Makefile b/package/cutter/Makefile index 35f579b50..c0ed7ab8c 100755 --- a/package/cutter/Makefile +++ b/package/cutter/Makefile @@ -6,7 +6,7 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= cutter PKG_VERSION:= 1.03 PKG_RELEASE:= 2 -PKG_MD5SUM:= 50093db9b64277643969ee75b83ebbd1 +PKG_HASH:= 4df4fac7c2208afafb279abb443005bf77d3dcf01af05fe1f2898213b9109615 PKG_DESCR:= abort tcp/ip connections routed over a firewall PKG_SECTION:= net/firewall PKG_URL:= http://www.lowth.com/cutter/software/ -- cgit v1.2.3