From 5b2be2d190469af0213a3c7953613c2f890373b4 Mon Sep 17 00:00:00 2001 From: Chase Sterling Date: Tue, 13 Nov 2012 21:13:59 -0500 Subject: [PATCH] Update to depend on libtorrent >= 0.16.1 --- DEPENDS | 2 +- get_libtorrent.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPENDS b/DEPENDS index cfb1422b9..a74440609 100644 --- a/DEPENDS +++ b/DEPENDS @@ -12,7 +12,7 @@ * geoip-database (optional) * setproctitle (optional) - * libtorrent >= 0.14, or build the included version + * libtorrent >= 0.16.1, or build the included version * If building included libtorrent:: * boost >= 1.34.1 diff --git a/get_libtorrent.sh b/get_libtorrent.sh index a736589e5..948129076 100755 --- a/get_libtorrent.sh +++ b/get_libtorrent.sh @@ -5,7 +5,7 @@ SVN=$(which svn) LT_URL=https://libtorrent.svn.sourceforge.net/svnroot/libtorrent -VERSION=15 +VERSION=16 [ "$1" != "" ] && VERSION=$1 BRANCH=branches/RC_0_$VERSION