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']