mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/libtorrent: Updated for version 0.12.9.
This commit is contained in:
parent
fbefc045a9
commit
b3ed81e1fa
3 changed files with 14 additions and 13 deletions
|
@ -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++.
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue