libraries/libtorrent: Updated for version 0.12.7.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
e5e6487434
commit
bf4fcf26db
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue