Skip to content

Commit

Permalink
Merge pull request #2118 from AndreMiras/feature/bump_openssl_master
Browse files Browse the repository at this point in the history
Bumps openssl to 1.1.1f
  • Loading branch information
AndreMiras authored Apr 1, 2020
2 parents b1f6064 + 3058fd1 commit 52abfe9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pythonforandroid/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2019.10.06'
__version__ = '2019.10.06.post0'
2 changes: 1 addition & 1 deletion pythonforandroid/recipes/openssl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class OpenSSLRecipe(Recipe):
version = '1.1'
'''the major minor version used to link our recipes'''

url_version = '1.1.1'
url_version = '1.1.1f'
'''the version used to download our libraries'''

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

0 comments on commit 52abfe9

Please sign in to comment.