Skip to content

Commit 19d6778

Browse files
committed
Merge pull request kivy#506 from cbenhagen/patch-2
Update OpenSSL to 1.0.2e
2 parents 3faf827 + 5c92b42 commit 19d6778

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.2d'
8+
version = '1.0.2e'
99
url = 'https://www.openssl.org/source/openssl-{version}.tar.gz'
1010

1111
def should_build(self):

0 commit comments

Comments
 (0)