diff --git a/pythonforandroid/recipes/hostpython3/__init__.py b/pythonforandroid/recipes/hostpython3/__init__.py index 5bde9da70a..b0a44a3088 100644 --- a/pythonforandroid/recipes/hostpython3/__init__.py +++ b/pythonforandroid/recipes/hostpython3/__init__.py @@ -6,8 +6,8 @@ class Hostpython3Recipe(Recipe): - version = 'bpo-30386' - url = 'https://github.com/inclement/cpython/archive/{version}.zip' + version = '3.7.0' + url = 'https://www.python.org/ftp/python/3.7.0/Python-{version}.tgz' name = 'hostpython3' conflicts = ['hostpython2'] diff --git a/pythonforandroid/recipes/python3/__init__.py b/pythonforandroid/recipes/python3/__init__.py index ad21a52d47..01c1bdcadb 100644 --- a/pythonforandroid/recipes/python3/__init__.py +++ b/pythonforandroid/recipes/python3/__init__.py @@ -10,8 +10,8 @@ class Python3Recipe(TargetPythonRecipe): - version = 'bpo-30386' - url = 'https://github.com/inclement/cpython/archive/{version}.zip' + version = '3.7.0' + url = 'https://www.python.org/ftp/python/3.7.0/Python-{version}.tgz' name = 'python3' depends = ['hostpython3']