diff --git a/automatic/maxthon.commandline/maxthon.commandline.nuspec b/automatic/maxthon.commandline/maxthon.commandline.nuspec index 21694db84ba..9f0e3aa8928 100644 --- a/automatic/maxthon.commandline/maxthon.commandline.nuspec +++ b/automatic/maxthon.commandline/maxthon.commandline.nuspec @@ -3,7 +3,7 @@ maxthon.commandline - 5.2.3.4000 + 5.2.3.6000 https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/maxthon.commandline chocolatey, Maxthon International Limited Maxthon (Portable) diff --git a/automatic/maxthon.commandline/tools/chocolateyInstall.ps1 b/automatic/maxthon.commandline/tools/chocolateyInstall.ps1 index 414f2981d32..db47e3304d6 100644 --- a/automatic/maxthon.commandline/tools/chocolateyInstall.ps1 +++ b/automatic/maxthon.commandline/tools/chocolateyInstall.ps1 @@ -4,8 +4,8 @@ $toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = $env:ChocolateyPackageName - url = 'http://dl.maxthon.com/mx5/maxthon_portable_5.2.3.4000.7z' - checksum = '3ddaf9ac551f59a62077f4d1693bb40172700c9437575fccc03cac021ef9a503' + url = 'http://dl.maxthon.com/mx5/maxthon_portable_5.2.3.6000.7z' + checksum = '9dee3256aa712defab63ca83dcf45b8de62b08bac577d0fa49c93e7463237804' checksumType = 'sha256' destination = $toolsDir } diff --git a/automatic/openssl.light/legal/VERIFICATION.txt b/automatic/openssl.light/legal/VERIFICATION.txt index db35efa8e18..a7f2a968c92 100644 --- a/automatic/openssl.light/legal/VERIFICATION.txt +++ b/automatic/openssl.light/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on and can be verified by doing the following: 1. Download the following: - 32-Bit software: - 64-Bit software: + 32-Bit software: + 64-Bit software: 2. Get the checksum using one of the following methods: - Using powershell function 'Get-FileHash' - Use chocolatey utility 'checksum.exe' 3. The checksums should match the following: checksum type: sha256 - checksum32: 3B480754BA2D6D12ACD7C7D92BE0299BC6756A100E1B032A4E613023781E7262 - checksum64: A9DACB78F1E3EA0E77794589612F16AE8B624882A56F5B8A534D7A591BD25BB5 + checksum32: 2B374089A50E0990FCDC5E2EF6509523110387953BF5355EFD72E6069D4FEC24 + checksum64: 3F72E44BDF3BF94D91DF6363543F664FA59135BE37C07F321E0FAC0F32D11C3A The file 'LICENSE.txt' has been obtained from diff --git a/automatic/openssl.light/openssl.light.nuspec b/automatic/openssl.light/openssl.light.nuspec index 78b77d0f0d5..3232eb0514d 100644 --- a/automatic/openssl.light/openssl.light.nuspec +++ b/automatic/openssl.light/openssl.light.nuspec @@ -3,7 +3,7 @@ OpenSSL.Light - 1.1.0.70000000 + 1.1.0.80000000 https://github.com/Chocolatey/chocolatey-coreteampackages/tree/master/automatic/openssl.light chocolatey OpenSSL – The Open Source SSL and TLS toolkit @@ -23,6 +23,7 @@ The Win32 OpenSSL Installation Project is dedicated to providing a simple instal ## Package Parameters - `/InstallDir:`- Installation directory, defaults to the 'Program Files\OpenSSL' directory. +Example: `choco install openssl.light --params "/InstallDir:C:\your\install\path"` ]]> diff --git a/automatic/openssl.light/tools/chocolateyInstall.ps1 b/automatic/openssl.light/tools/chocolateyInstall.ps1 index 84fd45da0a1..45ff0712e0e 100644 --- a/automatic/openssl.light/tools/chocolateyInstall.ps1 +++ b/automatic/openssl.light/tools/chocolateyInstall.ps1 @@ -9,8 +9,8 @@ $silentArgs += '/DIR="{0}"' -f $( if ($pp.InstallDir) { $pp.InstallDir } else { $packageArgs = @{ packageName = 'OpenSSL.Light' fileType = 'exe' - file = "$toolsPath\Win32OpenSSL_Light-1_1_0h.exe" - file64 = "$toolsPath\Win64OpenSSL_Light-1_1_0h.exe" + file = "$toolsPath\Win32OpenSSL_Light-1_1_0i.exe" + file64 = "$toolsPath\Win64OpenSSL_Light-1_1_0i.exe" softwareName = 'OpenSSL*Light*' silentArgs = $silentArgs validExitCodes = @(0)