We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 414f507 + 228913d commit 12f0005Copy full SHA for 12f0005
pythonforandroid/recipes/libtorrent/__init__.py
@@ -6,9 +6,9 @@
6
# It depends on Boost.Build and the source of several Boost libraries present in BOOST_ROOT,
7
# which is all provided by the boost recipe
8
class LibtorrentRecipe(Recipe):
9
- version = '1.0.8'
+ version = '1.0.9'
10
# Don't forget to change the URL when changing the version
11
- url = 'http://github.com/arvidn/libtorrent/archive/libtorrent-1_0_8.tar.gz'
+ url = 'https://github.com/arvidn/libtorrent/archive/libtorrent-1_0_9.tar.gz'
12
depends = ['boost', 'python2']
13
opt_depends = ['openssl']
14
patches = ['disable-so-version.patch', 'use-soname-python.patch']
0 commit comments