Updated to latest version of OpenSLL
This commit is contained in:
parent
e887991068
commit
ea335f77a6
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.2d"
|
||||
version = "1.0.2e"
|
||||
url = "http://www.openssl.org/source/openssl-{version}.tar.gz"
|
||||
libraries = ["libssl.a", "libcrypto.a"]
|
||||
include_dir = "include"
|
||||
|
|
Loading…
Reference in a new issue