summaryrefslogtreecommitdiffstats
path: root/libraries/libtorrent
diff options
context:
space:
mode:
author Brian Kysela2011-07-03 06:47:27 +0200
committer Niels Horn2011-07-03 06:47:27 +0200
commitb3ed81e1faee3051ece10c324ad8c44c3b15c16f (patch)
tree9e8ab36f3aa9ba99f333f5698b03057ede525d66 /libraries/libtorrent
parentfbefc045a934320d623f3ce687b7ee8bfb6fb7bc (diff)
downloadslackbuilds-b3ed81e1faee3051ece10c324ad8c44c3b15c16f.tar.gz
libraries/libtorrent: Updated for version 0.12.9.
Diffstat (limited to 'libraries/libtorrent')
-rw-r--r--libraries/libtorrent/README10
-rw-r--r--libraries/libtorrent/libtorrent.SlackBuild5
-rw-r--r--libraries/libtorrent/libtorrent.info12
3 files changed, 14 insertions, 13 deletions
diff --git a/libraries/libtorrent/README b/libraries/libtorrent/README
index 9a163dd5c9..b9db835d71 100644
--- a/libraries/libtorrent/README
+++ b/libraries/libtorrent/README
@@ -1,7 +1,7 @@
-LibTorrent is a BitTorrent library written in C++ for *nix, with a focus on high
-performance and good code. The library differentiates itself from other
-implementations by transfering directly from file pages to the network stack. On
-high-bandwidth connections it is able to seed at 3 times the speed of the
-official client.
+LibTorrent is a BitTorrent library written in C++ for *nix, with a focus
+on high performance and good code. The library differentiates itself
+from other implementations by transfering directly from file pages to
+the network stack. On high-bandwidth connections it is able to seed at
+3 times the speed of the official client.
This requires libsigc++.
diff --git a/libraries/libtorrent/libtorrent.SlackBuild b/libraries/libtorrent/libtorrent.SlackBuild
index 1e554cc9b5..6c51d996ef 100644
--- a/libraries/libtorrent/libtorrent.SlackBuild
+++ b/libraries/libtorrent/libtorrent.SlackBuild
@@ -6,10 +6,11 @@
# 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 2010-10-27
-# Updated to 0.12.8 by Brian Kysela 2011-05-09.
+# Updated to 0.12.8 by Brian Kysela 2011-05-09
+# Updated to 0.12.9 by Brian Kysela 2011-06-27
PRGNAM=libtorrent
-VERSION=0.12.8
+VERSION=0.12.9
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/libraries/libtorrent/libtorrent.info b/libraries/libtorrent/libtorrent.info
index 90b4d3da43..e441470a07 100644
--- a/libraries/libtorrent/libtorrent.info
+++ b/libraries/libtorrent/libtorrent.info
@@ -1,10 +1,10 @@
PRGNAM="libtorrent"
-VERSION="0.12.8"
+VERSION="0.12.9"
HOMEPAGE="http://libtorrent.rakshasa.no/"
-DOWNLOAD="http://libtorrent.rakshasa.no/downloads/libtorrent-0.12.8.tar.gz"
-MD5SUM="5f644b6a96c9ef3c1b6df767eea1e705"
+DOWNLOAD="http://libtorrent.rakshasa.no/downloads/libtorrent-0.12.9.tar.gz"
+MD5SUM="b128bbd324f03eb42ef5060080f87548"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-MAINTAINER="Tom Fitzhenry"
-EMAIL="tom@fitzhenry.name"
-APPROVED="dsomero"
+MAINTAINER="Brian Kysela"
+EMAIL="brian.kysela@gmail.com"
+APPROVED="Niels Horn"