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/lynx/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'package/lynx') diff --git a/package/lynx/Makefile b/package/lynx/Makefile index 0835dcf98..46716edf1 100644 --- a/package/lynx/Makefile +++ b/package/lynx/Makefile @@ -6,17 +6,16 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= lynx PKG_VERSION:= 2.8.8 PKG_RELEASE:= 2 -PKG_MD5SUM:= 7caa6773f94e136556c1c30629fe1431 +PKG_HASH:= 234c9dc77d4c4594ad6216d7df4d49eae3019a3880e602f39721b35b97fbc408 PKG_DESCR:= text browser PKG_SECTION:= app/browser PKG_DEPENDS:= libncurses libopenssl zlib PKG_BUILDDEP:= ncurses openssl zlib PKG_URL:= http://lynx.isc.org/ PKG_SITES:= http://lynx.isc.org/${PKG_NAME}${PKG_VERSION}/ - PKG_NOPARALLEL:= 1 -DISTFILES= ${PKG_NAME}${PKG_VERSION}.tar.gz +DISTFILES:= ${PKG_NAME}${PKG_VERSION}.tar.gz WRKDIST= ${WRKDIR}/lynx2-8-8 include ${ADK_TOPDIR}/mk/package.mk -- cgit v1.2.3