Update to depend on libtorrent >= 0.16.1
This commit is contained in:
parent
9d28aa9521
commit
5b2be2d190
2
DEPENDS
2
DEPENDS
|
@ -12,7 +12,7 @@
|
||||||
* geoip-database (optional)
|
* geoip-database (optional)
|
||||||
* setproctitle (optional)
|
* setproctitle (optional)
|
||||||
|
|
||||||
* libtorrent >= 0.14, or build the included version
|
* libtorrent >= 0.16.1, or build the included version
|
||||||
|
|
||||||
* If building included libtorrent::
|
* If building included libtorrent::
|
||||||
* boost >= 1.34.1
|
* boost >= 1.34.1
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
SVN=$(which svn)
|
SVN=$(which svn)
|
||||||
LT_URL=https://libtorrent.svn.sourceforge.net/svnroot/libtorrent
|
LT_URL=https://libtorrent.svn.sourceforge.net/svnroot/libtorrent
|
||||||
VERSION=15
|
VERSION=16
|
||||||
[ "$1" != "" ] && VERSION=$1
|
[ "$1" != "" ] && VERSION=$1
|
||||||
BRANCH=branches/RC_0_$VERSION
|
BRANCH=branches/RC_0_$VERSION
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue