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 b1f6064 + 3058fd1 commit 52abfe9Copy full SHA for 52abfe9
pythonforandroid/__init__.py
@@ -1 +1 @@
1
-__version__ = '2019.10.06'
+__version__ = '2019.10.06.post0'
pythonforandroid/recipes/openssl/__init__.py
@@ -47,7 +47,7 @@ class OpenSSLRecipe(Recipe):
47
version = '1.1'
48
'''the major minor version used to link our recipes'''
49
50
- url_version = '1.1.1'
+ url_version = '1.1.1f'
51
'''the version used to download our libraries'''
52
53
url = 'https://www.openssl.org/source/openssl-{url_version}.tar.gz'
0 commit comments