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/libatomic_ops/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/libatomic_ops') diff --git a/package/libatomic_ops/Makefile b/package/libatomic_ops/Makefile index 5c03cf802..cca943b4e 100644 --- a/package/libatomic_ops/Makefile +++ b/package/libatomic_ops/Makefile @@ -6,7 +6,7 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= libatomic_ops PKG_VERSION:= 7.4.0 PKG_RELEASE:= 1 -PKG_MD5SUM:= 59f9a7cc845dcc775e7b7901eb582766 +PKG_HASH:= 2875ccc29254d3375dab9c5930c42df342f148f8cd7c646621dbf03f8c1d5b5a PKG_DESCR:= atomic operations library PKG_SECTION:= libs/misc PKG_URL:= http://www.hboehm.info/gc/ -- cgit v1.2.3