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/libtorrent/libtorrent.SlackBuild | |
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/libtorrent/libtorrent.SlackBuild')
-rw-r--r-- | libraries/libtorrent/libtorrent.SlackBuild | 10 |
1 files changed, 2 insertions, 8 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 |