diff options
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 |