summaryrefslogtreecommitdiff
path: root/package/lynx
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2014-12-27 07:51:34 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2014-12-27 07:51:34 +0100
commit92d7f6522617c947d635680d045f12a4ef77bcb4 (patch)
treec20dc2f36505542fdb19a2b9d1da1b33ad92fba8 /package/lynx
parent6a7c5ff345b197c1d5f0f845adb2bb0da9690075 (diff)
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.
Diffstat (limited to 'package/lynx')
-rw-r--r--package/lynx/Makefile5
1 files changed, 2 insertions, 3 deletions
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