diff options
author | Brian Kysela <brian.kysela@gmail.com> | 2010-03-03 14:23:38 -0600 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-13 13:24:51 +0200 |
commit | 25fa067f833c75fb66a19c20b22d3dc005592bc6 (patch) | |
tree | bc191786ed75e5d893b7c2c50ba43a3224a6718d /network/rtorrent | |
parent | 0f2ba4bee43780e1e10673dfcd667c7b950c0455 (diff) | |
download | slackbuilds-25fa067f833c75fb66a19c20b22d3dc005592bc6.tar.gz |
network/rtorrent: Updated for version 0.8.6.
Diffstat (limited to 'network/rtorrent')
-rw-r--r-- | network/rtorrent/rtorrent.SlackBuild | 5 | ||||
-rw-r--r-- | network/rtorrent/rtorrent.info | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/network/rtorrent/rtorrent.SlackBuild b/network/rtorrent/rtorrent.SlackBuild index b0a836f118..2bdd86bb2f 100644 --- a/network/rtorrent/rtorrent.SlackBuild +++ b/network/rtorrent/rtorrent.SlackBuild @@ -2,11 +2,12 @@ # Slackware build script for rtorrent # Written by Brian Kysela <brian.kysela@gmail.com> 2009-11-04 +# Updated to 0.8.6 by Brian Kysela 2010-02-16 PRGNAM=rtorrent -VERSION=0.8.5 +VERSION=0.8.6 ARCH=${ARCH:-i486} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} CWD=$(pwd) diff --git a/network/rtorrent/rtorrent.info b/network/rtorrent/rtorrent.info index 1741782c7e..7178d343f5 100644 --- a/network/rtorrent/rtorrent.info +++ b/network/rtorrent/rtorrent.info @@ -1,10 +1,10 @@ PRGNAM="rtorrent" -VERSION="0.8.5" +VERSION="0.8.6" HOMEPAGE="http://libtorrent.rakshasa.no/" -DOWNLOAD="http://libtorrent.rakshasa.no/downloads/rtorrent-0.8.5.tar.gz" -MD5SUM="e701095e1824b7e512a17000f4c0a783" +DOWNLOAD="http://libtorrent.rakshasa.no/downloads/rtorrent-0.8.6.tar.gz" +MD5SUM="b804c45c01c40312926bcea6b55bb084" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Brian Kysela" EMAIL="brian.kysela@gmail.com" -APPROVED="rworkman" +APPROVED="Erik Hanson" |