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/beecrypt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/beecrypt/Makefile') diff --git a/package/beecrypt/Makefile b/package/beecrypt/Makefile index 2b1a2cf48..a43a79b95 100644 --- a/package/beecrypt/Makefile +++ b/package/beecrypt/Makefile @@ -6,7 +6,7 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= beecrypt PKG_VERSION:= 4.2.1 PKG_RELEASE:= 1 -PKG_MD5SUM:= 8441c014170823f2dff97e33df55af1e +PKG_HASH:= 286f1f56080d1a6b1d024003a5fa2158f4ff82cae0c6829d3c476a4b5898c55d PKG_DESCR:= cryptography toolkit library PKG_SECTION:= libs/crypto PKG_DEPENDS:= libstdcxx -- cgit v1.2.3