Skip to content

Commit 52abfe9

Browse files
authored
Merge pull request #2118 from AndreMiras/feature/bump_openssl_master
Bumps openssl to 1.1.1f
2 parents b1f6064 + 3058fd1 commit 52abfe9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pythonforandroid/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2019.10.06'
1+
__version__ = '2019.10.06.post0'

pythonforandroid/recipes/openssl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class OpenSSLRecipe(Recipe):
4747
version = '1.1'
4848
'''the major minor version used to link our recipes'''
4949

50-
url_version = '1.1.1'
50+
url_version = '1.1.1f'
5151
'''the version used to download our libraries'''
5252

5353
url = 'https://www.openssl.org/source/openssl-{url_version}.tar.gz'

0 commit comments

Comments
 (0)