diff options
-rw-r--r-- | network/rtorrent/README | 8 | ||||
-rw-r--r-- | network/rtorrent/rtorrent.SlackBuild | 3 | ||||
-rw-r--r-- | network/rtorrent/rtorrent.info | 8 |
3 files changed, 10 insertions, 9 deletions
diff --git a/network/rtorrent/README b/network/rtorrent/README index 8dae9bca8a..91d4b67c2e 100644 --- a/network/rtorrent/README +++ b/network/rtorrent/README @@ -1,6 +1,6 @@ -rtorrent is a BitTorrent client for ncurses, using the libtorrent library. The -client and library is written in C++ with emphasis on speed and efficiency, -while delivering equivalent features to those found in GUI based clients in an -ncurses client. +rtorrent is a BitTorrent client for ncurses, using the libtorrent +library. The client and library is written in C++ with emphasis on speed +and efficiency, while delivering equivalent features to those found in +GUI based clients in an ncurses client. This requires libtorrent. diff --git a/network/rtorrent/rtorrent.SlackBuild b/network/rtorrent/rtorrent.SlackBuild index 18d43e7dfb..93fd5e25c9 100644 --- a/network/rtorrent/rtorrent.SlackBuild +++ b/network/rtorrent/rtorrent.SlackBuild @@ -7,9 +7,10 @@ # Updated to 0.8.7 by Brian Kysela 2010-10-27 # Patched for new ncurses in 13.37 by rworkman # Updated to 0.8.8 by Brian Kysela 2011-05-09 +# Updated to 0.8.9 by Brian Kysela 2011-06-22 PRGNAM=rtorrent -VERSION=0.8.8 +VERSION=0.8.9 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/rtorrent/rtorrent.info b/network/rtorrent/rtorrent.info index 6e758e8177..bc8ef1d567 100644 --- a/network/rtorrent/rtorrent.info +++ b/network/rtorrent/rtorrent.info @@ -1,10 +1,10 @@ PRGNAM="rtorrent" -VERSION="0.8.8" +VERSION="0.8.9" HOMEPAGE="http://libtorrent.rakshasa.no/" -DOWNLOAD="http://libtorrent.rakshasa.no/downloads/rtorrent-0.8.8.tar.gz" -MD5SUM="e7927c513872f096c7d72d659ab54ef0" +DOWNLOAD="http://libtorrent.rakshasa.no/downloads/rtorrent-0.8.9.tar.gz" +MD5SUM="629247636cb1210663b52dadbd040a6c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Brian Kysela" EMAIL="brian.kysela@gmail.com" -APPROVED="rworkman" +APPROVED="Niels Horn" |