Update openssl version
This commit is contained in:
parent
8f3d6ca120
commit
78a870c5f3
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ arch_mapper = {'i386': 'darwin-i386-cc',
|
|||
|
||||
|
||||
class OpensslRecipe(Recipe):
|
||||
version = "1.0.2e"
|
||||
version = "1.0.2f"
|
||||
url = "http://www.openssl.org/source/openssl-{version}.tar.gz"
|
||||
libraries = ["libssl.a", "libcrypto.a"]
|
||||
include_dir = "include"
|
||||
|
|
Loading…
Reference in a new issue