diff options
author | Tom Fitzhenry <tom@fitzhenry.name> | 2010-11-06 14:08:40 -0500 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-11-22 19:43:18 +0100 |
commit | bf4fcf26db4615d4336887ffd24313158a706c29 (patch) | |
tree | 9d9f3d2c4ad40d8ebdaa1464a54d576c7596f402 /libraries/libtorrent/libtorrent.SlackBuild | |
parent | e5e6487434721f5bf08121cf414233e175a4950d (diff) | |
download | slackbuilds-bf4fcf26db4615d4336887ffd24313158a706c29.tar.gz |
libraries/libtorrent: Updated for version 0.12.7.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
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 |