diff options
Diffstat (limited to 'network')
-rw-r--r-- | network/rtorrent/rtorrent.SlackBuild | 5 | ||||
-rw-r--r-- | network/rtorrent/rtorrent.info | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/network/rtorrent/rtorrent.SlackBuild b/network/rtorrent/rtorrent.SlackBuild index 93fd5e25c9..ddf86df91d 100644 --- a/network/rtorrent/rtorrent.SlackBuild +++ b/network/rtorrent/rtorrent.SlackBuild @@ -8,9 +8,10 @@ # 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 +# Updated to 0.9.0 by Brian Kysela 2011-12-12 PRGNAM=rtorrent -VERSION=0.8.9 +VERSION=0.9.0 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -75,7 +76,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - AUTHORS COPYING INSTALL README TODO doc/rtorrent.rc \ + AUTHORS COPYING INSTALL README doc/rtorrent.rc \ $PKG/usr/doc/$PRGNAM-$VERSION find $PKG/usr/doc/$PRGNAM-$VERSION -type f -exec chmod 644 {} \; cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM-SlackBuild diff --git a/network/rtorrent/rtorrent.info b/network/rtorrent/rtorrent.info index bc8ef1d567..47423abda9 100644 --- a/network/rtorrent/rtorrent.info +++ b/network/rtorrent/rtorrent.info @@ -1,8 +1,8 @@ PRGNAM="rtorrent" -VERSION="0.8.9" +VERSION="0.9.0" HOMEPAGE="http://libtorrent.rakshasa.no/" -DOWNLOAD="http://libtorrent.rakshasa.no/downloads/rtorrent-0.8.9.tar.gz" -MD5SUM="629247636cb1210663b52dadbd040a6c" +DOWNLOAD="http://libtorrent.rakshasa.no/downloads/rtorrent-0.9.0.tar.gz" +MD5SUM="9bc258d7a63dd13e3348f310ae26a434" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Brian Kysela" |