From 228913dde42058828ce469f9e44a1c164e1eef2b Mon Sep 17 00:00:00 2001 From: Paul Brussee Date: Wed, 20 Apr 2016 16:01:28 +0200 Subject: [PATCH] update libtorrent to 1.0.9 --- pythonforandroid/recipes/libtorrent/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pythonforandroid/recipes/libtorrent/__init__.py b/pythonforandroid/recipes/libtorrent/__init__.py index 1901d0a3df..dcbbf2782f 100644 --- a/pythonforandroid/recipes/libtorrent/__init__.py +++ b/pythonforandroid/recipes/libtorrent/__init__.py @@ -6,9 +6,9 @@ # It depends on Boost.Build and the source of several Boost libraries present in BOOST_ROOT, # which is all provided by the boost recipe class LibtorrentRecipe(Recipe): - version = '1.0.8' + version = '1.0.9' # Don't forget to change the URL when changing the version - url = 'https://github.com/arvidn/libtorrent/archive/libtorrent-1_0_8.tar.gz' + url = 'https://github.com/arvidn/libtorrent/archive/libtorrent-1_0_9.tar.gz' depends = ['boost', 'python2'] opt_depends = ['openssl'] patches = ['disable-so-version.patch', 'use-soname-python.patch']