diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2014-12-27 07:51:34 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2014-12-27 07:51:34 +0100 |
commit | 92d7f6522617c947d635680d045f12a4ef77bcb4 (patch) | |
tree | c20dc2f36505542fdb19a2b9d1da1b33ad92fba8 /package/rtorrent/Makefile | |
parent | 6a7c5ff345b197c1d5f0f845adb2bb0da9690075 (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/rtorrent/Makefile')
-rw-r--r-- | package/rtorrent/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |