From a773778f3e2424db84d77f78ac3e9a87395927f4 Mon Sep 17 00:00:00 2001 From: Paul Brussee Date: Tue, 12 Jul 2016 18:13:16 +0200 Subject: [PATCH] update openssl recipe to 1.0.2h --- pythonforandroid/recipes/openssl/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pythonforandroid/recipes/openssl/__init__.py b/pythonforandroid/recipes/openssl/__init__.py index c80ee6ae6a..63b81ba790 100644 --- a/pythonforandroid/recipes/openssl/__init__.py +++ b/pythonforandroid/recipes/openssl/__init__.py @@ -5,7 +5,7 @@ class OpenSSLRecipe(Recipe): - version = '1.0.2g' + version = '1.0.2h' url = 'https://www.openssl.org/source/openssl-{version}.tar.gz' def should_build(self, arch):