Skip to content

Commit 93728aa

Browse files
committed
Merge pull request kivy#675 from brussee/openssl-1.0.2g
Update openssl to 1.0.2g
2 parents 3f0bcc7 + 12f2b1e commit 93728aa

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
@@ -5,7 +5,7 @@
55

66

77
class OpenSSLRecipe(Recipe):
8-
version = '1.0.2f'
8+
version = '1.0.2g'
99
url = 'https://www.openssl.org/source/openssl-{version}.tar.gz'
1010

1111
def should_build(self, arch):

0 commit comments

Comments
 (0)