Skip to content

Commit 12f0005

Browse files
committed
Merge pull request kivy#716 from brussee/libtorrent-1.0.9
update libtorrent to 1.0.9
2 parents 414f507 + 228913d commit 12f0005

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pythonforandroid/recipes/libtorrent/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
# It depends on Boost.Build and the source of several Boost libraries present in BOOST_ROOT,
77
# which is all provided by the boost recipe
88
class LibtorrentRecipe(Recipe):
9-
version = '1.0.8'
9+
version = '1.0.9'
1010
# 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'
11+
url = 'https://github.com/arvidn/libtorrent/archive/libtorrent-1_0_9.tar.gz'
1212
depends = ['boost', 'python2']
1313
opt_depends = ['openssl']
1414
patches = ['disable-so-version.patch', 'use-soname-python.patch']

0 commit comments

Comments
 (0)