summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author Tom Fitzhenry <tom@fitzhenry.name>2010-03-03 14:21:01 -0600
committer Robby Workman <rworkman@slackbuilds.org>2010-05-13 13:24:10 +0200
commit45de014b8587cf9d0d64dbaa18a5e2219aa2182a (patch)
tree41f57beaca30b56b629d4438c97ab0be93e45be8 /libraries
parent96f124344bcd1d13a143d20723019bc0f144ee85 (diff)
downloadslackbuilds-45de014b8587cf9d0d64dbaa18a5e2219aa2182a.tar.gz
slackbuilds-45de014b8587cf9d0d64dbaa18a5e2219aa2182a.tar.xz
libraries/libtorrent: Updated for version 0.12.6.
Diffstat (limited to 'libraries')
-rw-r--r--libraries/libtorrent/libtorrent.SlackBuild7
-rw-r--r--libraries/libtorrent/libtorrent.info8
2 files changed, 8 insertions, 7 deletions
diff --git a/libraries/libtorrent/libtorrent.SlackBuild b/libraries/libtorrent/libtorrent.SlackBuild
index bf75415722..eec9bff04e 100644
--- a/libraries/libtorrent/libtorrent.SlackBuild
+++ b/libraries/libtorrent/libtorrent.SlackBuild
@@ -4,11 +4,12 @@
# Written by Tom Fitzhenry <tom@fitzhenry.name> 2007/08/22
# Updated by Andrew Brouwers, abrouwers@gmail.com
+# Updated to 0.12.6 by Brian Kysela <brian.kysela@gmail.com> 2010-02-17
PRGNAM=libtorrent
-VERSION=0.12.5
+VERSION=0.12.6
ARCH=${ARCH:-i486}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
CWD=$(pwd)
@@ -52,7 +53,7 @@ make install DESTDIR=$PKG
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
- AUTHORS COPYING INSTALL NEWS README TODO \
+ AUTHORS COPYING INSTALL NEWS README \
$PKG/usr/doc/$PRGNAM-$VERSION
find $PKG/usr/doc/$PRGNAM-$VERSION -type f -exec chmod 644 {} \;
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM-SlackBuild
diff --git a/libraries/libtorrent/libtorrent.info b/libraries/libtorrent/libtorrent.info
index 3576fb2bcb..eb29ba31da 100644
--- a/libraries/libtorrent/libtorrent.info
+++ b/libraries/libtorrent/libtorrent.info
@@ -1,10 +1,10 @@
PRGNAM="libtorrent"
-VERSION="0.12.5"
+VERSION="0.12.6"
HOMEPAGE="http://libtorrent.rakshasa.no/"
-DOWNLOAD="http://libtorrent.rakshasa.no/downloads/libtorrent-0.12.5.tar.gz"
-MD5SUM="fe8155d364b220713074423100d4bf29"
+DOWNLOAD="http://libtorrent.rakshasa.no/downloads/libtorrent-0.12.6.tar.gz"
+MD5SUM="037499ed708aaf72988cee60e5a8d96b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-MAINTAINER="Tim Fitzhenry"
+MAINTAINER="Tom Fitzhenry"
EMAIL="tom@fitzhenry.name"
APPROVED="rworkman"