summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Tom Fitzhenry2010-11-06 20:08:40 +0100
committer Heinz Wiesinger2010-11-22 19:43:18 +0100
commitbf4fcf26db4615d4336887ffd24313158a706c29 (patch)
tree9d9f3d2c4ad40d8ebdaa1464a54d576c7596f402
parente5e6487434721f5bf08121cf414233e175a4950d (diff)
downloadslackbuilds-bf4fcf26db4615d4336887ffd24313158a706c29.tar.gz
libraries/libtorrent: Updated for version 0.12.7.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
-rw-r--r--libraries/libtorrent/libtorrent.SlackBuild5
-rw-r--r--libraries/libtorrent/libtorrent.info8
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 <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
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"