From bf4fcf26db4615d4336887ffd24313158a706c29 Mon Sep 17 00:00:00 2001 From: Tom Fitzhenry Date: Sat, 6 Nov 2010 14:08:40 -0500 Subject: libraries/libtorrent: Updated for version 0.12.7. Signed-off-by: Erik Hanson --- libraries/libtorrent/libtorrent.SlackBuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'libraries/libtorrent/libtorrent.SlackBuild') 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 2010-02-17 +# Updated to 0.12.7 by Brian Kysela 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 -- cgit v1.2.3