diff options
Diffstat (limited to 'libraries/libtorrent/libtorrent.SlackBuild')
-rw-r--r-- | libraries/libtorrent/libtorrent.SlackBuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libraries/libtorrent/libtorrent.SlackBuild b/libraries/libtorrent/libtorrent.SlackBuild index 002b0be1ab..76b85817e9 100644 --- a/libraries/libtorrent/libtorrent.SlackBuild +++ b/libraries/libtorrent/libtorrent.SlackBuild @@ -5,18 +5,17 @@ # 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 <brian.kysela@gmail.com> 2010-10-27 PRGNAM=libtorrent -VERSION=0.12.6 +VERSION=0.12.7 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi |