Skip to content

Commit c37c304

Browse files
authored
Merge pull request kivy#2396 from obfusk/openssl-1.1.1i
update openssl to 1.1.1i
2 parents 929d727 + a81fef3 commit c37c304

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