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/python3/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/python3/Makefile') diff --git a/package/python3/Makefile b/package/python3/Makefile index e4b8d7d7f..39185b3ed 100644 --- a/package/python3/Makefile +++ b/package/python3/Makefile @@ -6,7 +6,7 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= python3 PKG_VERSION:= 3.4.0 PKG_RELEASE:= 1 -PKG_MD5SUM:= 77c22725e14af3d71022cbfdebff4903 +PKG_HASH:= f13686c0a2d45e7146759e9d5d1cbd8097a0606483c0cf7730e1e13f58b14cbe PKG_DESCR:= python scripting language (Version 3) PKG_SECTION:= dev/lang PKG_DEPENDS:= libpthread libffi @@ -45,7 +45,7 @@ PKGFD_MOD_SSL:= OpenSSL support PKGFB_MOD_SSL:= openssl PKGFS_MOD_SSL:= libopenssl -DISTFILES= Python-${PKG_VERSION}.tar.xz +DISTFILES:= Python-${PKG_VERSION}.tar.xz WRKDIST= ${WRKDIR}/Python-${PKG_VERSION} include ${ADK_TOPDIR}/mk/host.mk -- cgit v1.2.3