diff options
author | bkysela <bkysela@gmail.com> | 2015-11-28 07:14:52 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-11-28 07:25:59 +0700 |
commit | 0fdfc870eae7460e63d02f3b1d4f280ff0b30199 (patch) | |
tree | c5834615ee5eb33f0b604603d8fdd8dd676e9e9d | |
parent | 1bfadd7fb39f6fb5c75c63c0fd4a7c7d1cb1989f (diff) | |
download | slackbuilds-0fdfc870eae7460e63d02f3b1d4f280ff0b30199.tar.gz |
network/rtorrent: Updated for version 0.9.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | network/rtorrent/rtorrent.SlackBuild | 9 | ||||
-rw-r--r-- | network/rtorrent/rtorrent.info | 10 |
2 files changed, 7 insertions, 12 deletions
diff --git a/network/rtorrent/rtorrent.SlackBuild b/network/rtorrent/rtorrent.SlackBuild index 8fbd35bcbe..2ea4277a72 100644 --- a/network/rtorrent/rtorrent.SlackBuild +++ b/network/rtorrent/rtorrent.SlackBuild @@ -11,8 +11,8 @@ # Updated to 0.9.0 by Brian Kysela 2011-12-12 PRGNAM=rtorrent -VERSION=${VERSION:-0.9.4} -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.9.6} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -71,11 +71,6 @@ CXXFLAGS="$SLKCFLAGS" \ make make install DESTDIR=$PKG -# Taken out as developer removed "out-of-date man page". If you want it back -# in you will need to edit doc/Makefile.am in the source and uncomment -# 'man_MANS = rtorrent.1' as well as the line below. -#gzip -9 $PKG/usr/man/man?/*.? - find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true diff --git a/network/rtorrent/rtorrent.info b/network/rtorrent/rtorrent.info index 5eed759854..8a62df8ffa 100644 --- a/network/rtorrent/rtorrent.info +++ b/network/rtorrent/rtorrent.info @@ -1,10 +1,10 @@ PRGNAM="rtorrent" -VERSION="0.9.4" +VERSION="0.9.6" HOMEPAGE="https://github.com/rakshasa/rtorrent" -DOWNLOAD="http://pkgs.fedoraproject.org/repo/pkgs/rtorrent/rtorrent-0.9.4.tar.gz/fd9490a2ac67d0fa2a567c6267845876/rtorrent-0.9.4.tar.gz" -MD5SUM="fd9490a2ac67d0fa2a567c6267845876" +DOWNLOAD="http://rtorrent.net/downloads/rtorrent-0.9.6.tar.gz" +MD5SUM="5e7550f74e382a6245412c615f45444d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libtorrent" -MAINTAINER="Brian Kysela" -EMAIL="brian.kysela@gmail.com" +MAINTAINER="bkysela" +EMAIL="bkysela@gmail.com" |