Skip to content

Commit f6a5d79

Browse files
committed
Update OpenSSL version to 1.1.1w
1 parent f06e5e3 commit f6a5d79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.1m'
50+
url_version = '1.1.1w'
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)