diff options
author | Brian Kysela <brian.kysela@gmail.com> | 2011-07-03 01:47:27 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-07-03 01:47:27 -0300 |
commit | b3ed81e1faee3051ece10c324ad8c44c3b15c16f (patch) | |
tree | 9e8ab36f3aa9ba99f333f5698b03057ede525d66 | |
parent | fbefc045a934320d623f3ce687b7ee8bfb6fb7bc (diff) |
libraries/libtorrent: Updated for version 0.12.9.
-rw-r--r-- | libraries/libtorrent/README | 10 | ||||
-rw-r--r-- | libraries/libtorrent/libtorrent.SlackBuild | 5 | ||||
-rw-r--r-- | libraries/libtorrent/libtorrent.info | 12 |
3 files changed, 14 insertions, 13 deletions
diff --git a/libraries/libtorrent/README b/libraries/libtorrent/README index 9a163dd5c9b0..b9db835d71ae 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 1e554cc9b522..6c51d996ef73 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 90b4d3da4367..e441470a07b5 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" |