Skip to content

Commit

Permalink
update openssl (#2421)
Browse files Browse the repository at this point in the history
  • Loading branch information
obfusk authored Feb 21, 2021
1 parent ab65c48 commit 5983292
Showing 1 changed file with 1 addition and 1 deletion.
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.1i'
url_version = '1.1.1j'
'''the version used to download our libraries'''

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

0 comments on commit 5983292

Please sign in to comment.