diff options
author | bkysela <bkysela@gmail.com> | 2015-11-28 07:09:05 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-11-28 07:25:59 +0700 |
commit | 1bfadd7fb39f6fb5c75c63c0fd4a7c7d1cb1989f (patch) | |
tree | df7e379ce4824ba00c3bd99334cb17d95d6b8e67 /libraries | |
parent | 421592ca62bf52fb641b32424eb7ed18f7c38932 (diff) | |
download | slackbuilds-1bfadd7fb39f6fb5c75c63c0fd4a7c7d1cb1989f.tar.gz |
libraries/libtorrent: Updated for version 0.13.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/libtorrent/libtorrent.SlackBuild | 10 | ||||
-rw-r--r-- | libraries/libtorrent/libtorrent.info | 10 |
2 files changed, 7 insertions, 13 deletions
diff --git a/libraries/libtorrent/libtorrent.SlackBuild b/libraries/libtorrent/libtorrent.SlackBuild index 67469fea36..feb2231046 100644 --- a/libraries/libtorrent/libtorrent.SlackBuild +++ b/libraries/libtorrent/libtorrent.SlackBuild @@ -2,17 +2,11 @@ # Slackware build script for libtorrent # Written by Tom Fitzhenry <tom@fitzhenry.name> 2007/08/22 - # Updated by Andrew Brouwers, abrouwers@gmail.com -# Updated to 0.12.6 by Brian Kysela <brian.kysela@gmail.com> 2010-02-17 -# Updated to 0.12.7 by Brian Kysela 2010-10-27 -# Updated to 0.12.8 by Brian Kysela 2011-05-09 -# Updated to 0.12.9 by Brian Kysela 2011-06-27 -# Updated to 0.13.0 by Brian Kysela 2011-12-12 PRGNAM=libtorrent -VERSION=${VERSION:-0.13.4} -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.13.6} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then diff --git a/libraries/libtorrent/libtorrent.info b/libraries/libtorrent/libtorrent.info index c78df85058..cf8c19258c 100644 --- a/libraries/libtorrent/libtorrent.info +++ b/libraries/libtorrent/libtorrent.info @@ -1,10 +1,10 @@ PRGNAM="libtorrent" -VERSION="0.13.4" +VERSION="0.13.6" HOMEPAGE="https://github.com/rakshasa/libtorrent" -DOWNLOAD="http://pkgs.fedoraproject.org/repo/pkgs/libtorrent/libtorrent-0.13.4.tar.gz/e82f380a9d4b55b379e0e73339c73895/libtorrent-0.13.4.tar.gz" -MD5SUM="e82f380a9d4b55b379e0e73339c73895" +DOWNLOAD="http://rtorrent.net/downloads/libtorrent-0.13.6.tar.gz" +MD5SUM="66f18044432a62c006c75f6d0bb4d7dc" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Brian Kysela" -EMAIL="brian.kysela@gmail.com" +MAINTAINER="bkysela" +EMAIL="bkysela@gmail.com" |