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.
1 parent 7bf458f commit da46607Copy full SHA for da46607
pythonforandroid/recipes/boost/__init__.py
@@ -36,7 +36,7 @@ class BoostRecipe(Recipe):
36
'''
37
version = '1.69.0'
38
url = (
39
- 'http://downloads.sourceforge.net/project/boost/'
+ 'https://downloads.sourceforge.net/project/boost/'
40
'boost/{version}/boost_{version_underscore}.tar.bz2'
41
)
42
depends = ['python3']
pythonforandroid/recipes/zope/__init__.py
@@ -6,7 +6,7 @@
6
class ZopeRecipe(PythonRecipe):
7
name = 'zope'
8
version = '4.1.3'
9
- url = 'http://pypi.python.org/packages/source/z/zope.interface/zope.interface-{version}.tar.gz'
+ url = 'https://pypi.python.org/packages/source/z/zope.interface/zope.interface-{version}.tar.gz'
10
11
depends = []
12
0 commit comments