Skip to content

Commit

Permalink
Update OpenSSL version to 1.1.1w (#2958)
Browse files Browse the repository at this point in the history
  • Loading branch information
prolenodev authored Jan 21, 2024
1 parent f06e5e3 commit 4dcb61e
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.1m'
url_version = '1.1.1w'
'''the version used to download our libraries'''

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

0 comments on commit 4dcb61e

Please sign in to comment.