diff options
author | B. Watson <urchlay@slackware.uk> | 2024-11-24 02:35:43 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-11-30 15:53:24 +0700 |
commit | a2bb5526b071e96a24c12acec73619253b4632a0 (patch) | |
tree | 33afff56c4f497962bcec2893aadd1a027272c04 | |
parent | 4f263e95b0be991ac745692101aff38b536ac01b (diff) |
network/rtorrent: Updated for version 0.10.0.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | network/rtorrent/rtorrent.SlackBuild | 3 | ||||
-rw-r--r-- | network/rtorrent/rtorrent.info | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/network/rtorrent/rtorrent.SlackBuild b/network/rtorrent/rtorrent.SlackBuild index 5638109980..c79b775810 100644 --- a/network/rtorrent/rtorrent.SlackBuild +++ b/network/rtorrent/rtorrent.SlackBuild @@ -14,6 +14,7 @@ # Origin version had no license; modified version is # licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20241124 bkw: updated for v0.10.0. # 20240917 bkw: # - new maintainer. # - updated for v0.9.8. @@ -21,7 +22,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=rtorrent -VERSION=${VERSION:-0.9.8} +VERSION=${VERSION:-0.10.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/network/rtorrent/rtorrent.info b/network/rtorrent/rtorrent.info index 7b92fe6134..42ed50788c 100644 --- a/network/rtorrent/rtorrent.info +++ b/network/rtorrent/rtorrent.info @@ -1,8 +1,8 @@ PRGNAM="rtorrent" -VERSION="0.9.8" +VERSION="0.10.0" HOMEPAGE="https://github.com/rakshasa/rtorrent" -DOWNLOAD="https://github.com/rakshasa/rtorrent/releases/download/v0.9.8/rtorrent-0.9.8.tar.gz" -MD5SUM="cbdf499faa0882e20d60fcb85a8f51d3" +DOWNLOAD="https://github.com/rakshasa/rtorrent/releases/download/v0.10.0/rtorrent-0.10.0.tar.gz" +MD5SUM="94556d3c9838c0b89abefb33ac0118ed" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libtorrent" |