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 ++--- libraries/libtorrent/libtorrent.info | 8 ++++---- 2 files changed, 6 insertions(+), 7 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 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 diff --git a/libraries/libtorrent/libtorrent.info b/libraries/libtorrent/libtorrent.info index eb29ba31da..5f1e0b1640 100644 --- a/libraries/libtorrent/libtorrent.info +++ b/libraries/libtorrent/libtorrent.info @@ -1,10 +1,10 @@ PRGNAM="libtorrent" -VERSION="0.12.6" +VERSION="0.12.7" HOMEPAGE="http://libtorrent.rakshasa.no/" -DOWNLOAD="http://libtorrent.rakshasa.no/downloads/libtorrent-0.12.6.tar.gz" -MD5SUM="037499ed708aaf72988cee60e5a8d96b" +DOWNLOAD="http://libtorrent.rakshasa.no/downloads/libtorrent-0.12.7.tar.gz" +MD5SUM="2b5032bd3ef64f0d53f5ea73678e0eb0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Tom Fitzhenry" EMAIL="tom@fitzhenry.name" -APPROVED="rworkman" +APPROVED="Erik Hanson" -- cgit v1.2.3