diff options
author | Brian Kysela <brian.kysela@gmail.com> | 2011-12-12 19:50:13 -0200 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-12-12 19:50:13 -0200 |
commit | 524b79e64c4478a8285a7858b7bf829336608bf1 (patch) | |
tree | 50808272727416ad28f3b0f5815ddf40767798bc /network | |
parent | 6a221c2c798914d26159a5c524cd5fe3015974c5 (diff) | |
download | slackbuilds-524b79e64c4478a8285a7858b7bf829336608bf1.tar.gz |
network/rtorrent: Updated for version 0.9.0.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
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" |