chore(OpenSSL.light): release 1.0.1e

This commit is contained in:
Iristyle
2013-06-03 08:13:08 -04:00
parent 6ba4499132
commit d2197ce80d
2 changed files with 15 additions and 6 deletions

View File

@@ -11,15 +11,15 @@ try {
#InnoSetup - http://unattended.sourceforge.net/InnoSetup_Switches_ExitCodes.html
silentArgs = '/silent', '/verysilent', '/sp-', '/suppressmsgboxes',
"/DIR=`"$installDir`"";
url = 'http://slproweb.com/download/Win32OpenSSL_Light-1_0_1c.exe'
url64bit = 'http://slproweb.com/download/Win64OpenSSL_Light-1_0_1c.exe'
url = 'http://slproweb.com/download/Win32OpenSSL_Light-1_0_1e.exe'
url64bit = 'http://slproweb.com/download/Win64OpenSSL_Light-1_0_1e.exe'
}
Install-ChocolateyPackage @params
if (!$Env:OPENSSL_CONF)
{
$configPath = Join-Path $Env:ProgramFiles 'OpenSSL\bin\openssl.cfg'
$configPath = Join-Path $installDir 'bin\openssl.cfg'
if (Test-Path $configPath)
{