aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--network/rtorrent/rtorrent.SlackBuild3
-rw-r--r--network/rtorrent/rtorrent.info6
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"