summaryrefslogtreecommitdiffstats
path: root/ftp-libs/libtorrent
diff options
context:
space:
mode:
authorElisamuel Resto2008-04-24 22:23:10 -0400
committerElisamuel Resto2008-04-24 22:23:10 -0400
commitdb635dfbf10af1e96631f7278e51fe1aa8d5a06f (patch)
treec831760d9bf60dc0cd802daafaeb39cd200ddef0 /ftp-libs/libtorrent
parent3dcdc3aa4ca0ec90a7b57edff1c0444f6bec3cd6 (diff)
ftp-libs/libtorrent: updated to 0.12.1; removed BUILD_API
Diffstat (limited to 'ftp-libs/libtorrent')
-rwxr-xr-xftp-libs/libtorrent/DETAILS5
-rw-r--r--ftp-libs/libtorrent/HISTORY3
2 files changed, 5 insertions, 3 deletions
diff --git a/ftp-libs/libtorrent/DETAILS b/ftp-libs/libtorrent/DETAILS
index 21d3e4e293..bd5468fcf7 100755
--- a/ftp-libs/libtorrent/DETAILS
+++ b/ftp-libs/libtorrent/DETAILS
@@ -1,13 +1,12 @@
SPELL=libtorrent
- VERSION=0.12.0
+ VERSION=0.12.1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://libtorrent.rakshasa.no/downloads/$SOURCE
WEB_SITE=http://libtorrent.rakshasa.no
ENTERED=20050117
LICENSE[0]=GPL
- BUILD_API=2
- SOURCE_HASH=sha512:9b192c6b14c3403fd6d12f8e2b3a464c02174861224eef2fd73ebe3c53ebed5ba24245755ce06b6d04da0c410b76155d6d02086d31a1dd3e682cf151816d9406
+ SOURCE_HASH=sha512:3a69e196a9c9b04e49e9d2cb4d38b0eb653364c0cb8f57882162bad72db3416cdb26231c44a13bcfe146942318f82a5e7231136d4d8f5e0905e5b4f1003a0efd
KEYWORDS="bittorrent ftp libs"
SHORT='LibTorrent is a BitTorrent library written in C++ for *nix.'
cat << EOF
diff --git a/ftp-libs/libtorrent/HISTORY b/ftp-libs/libtorrent/HISTORY
index 9c731f70e8..c3fe75e883 100644
--- a/ftp-libs/libtorrent/HISTORY
+++ b/ftp-libs/libtorrent/HISTORY
@@ -1,3 +1,6 @@
+2008-04-24 Elisamuel Resto <ryuji@sourcemage.org>
+ * DETAILS: updated to 0.12.1; removed BUILD_API
+
2008-03-22 Eric Sandall <sandalle@sourcemage.org>
* PRE_BUILD: Apply gcc43.patch
* gcc43.patch: Upstream patch to fix compilation with gcc 4.3.0