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/rtorrent/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/rtorrent') diff --git a/package/rtorrent/Makefile b/package/rtorrent/Makefile index df0367b2c..4ef4ab59a 100644 --- a/package/rtorrent/Makefile +++ b/package/rtorrent/Makefile @@ -6,7 +6,7 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= rtorrent PKG_VERSION:= 0.9.4 PKG_RELEASE:= 1 -PKG_MD5SUM:= fd9490a2ac67d0fa2a567c6267845876 +PKG_HASH:= bc0a2c1ee613b68f37021beaf4e64a9252f91ed06f998c1e897897c354ce7e84 PKG_DESCR:= console torrent application PKG_SECTION:= app/p2p PKG_DEPENDS:= libncurses libtorrent libcurl libstdcxx -- cgit v1.2.3