chore: release OpenSSL.light 1.1.0i

This commit is contained in:
Iristyle
2014-08-24 08:02:51 -07:00
parent 5f8a0ad7ee
commit a35d2e3e0e
2 changed files with 443 additions and 5 deletions

View File

@@ -11,8 +11,8 @@ 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_1e.exe'
url64bit = 'http://slproweb.com/download/Win64OpenSSL_Light-1_0_1e.exe'
url = 'https://slproweb.com/download/Win32OpenSSL_Light-1_0_1i.exe'
url64bit = 'https://slproweb.com/download/Win64OpenSSL_Light-1_0_1i.exe'
}
Install-ChocolateyPackage @params