Skip to content

Commit

Permalink
AU: 2 updated - maxthon.commandline OpenSSL.Light
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 14, 2018
1 parent 0524095 commit 04c24e0
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion automatic/maxthon.commandline/maxthon.commandline.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>maxthon.commandline</id>
<version>5.2.3.4000</version>
<version>5.2.3.6000</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/maxthon.commandline</packageSourceUrl>
<owners>chocolatey, Maxthon International Limited</owners>
<title>Maxthon (Portable)</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/maxthon.commandline/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
8 changes: 4 additions & 4 deletions automatic/openssl.light/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://slproweb.com/products/Win32OpenSSL.html>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://slproweb.com/download/Win32OpenSSL_Light-1_1_0h.exe>
64-Bit software: <https://slproweb.com/download/Win64OpenSSL_Light-1_1_0h.exe>
32-Bit software: <https://slproweb.com/download/Win32OpenSSL_Light-1_1_0i.exe>
64-Bit software: <https://slproweb.com/download/Win64OpenSSL_Light-1_1_0i.exe>
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 <https://www.openssl.org/source/license.txt>
3 changes: 2 additions & 1 deletion automatic/openssl.light/openssl.light.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>OpenSSL.Light</id>
<version>1.1.0.70000000</version>
<version>1.1.0.80000000</version>
<packageSourceUrl>https://github.com/Chocolatey/chocolatey-coreteampackages/tree/master/automatic/openssl.light</packageSourceUrl>
<owners>chocolatey</owners>
<title>OpenSSL – The Open Source SSL and TLS toolkit</title>
Expand All @@ -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"`
]]></description>
<dependencies>
<!--We could set chocolatey to version 0.10.4, but that version was broken so we use 0.10.5-->
Expand Down
4 changes: 2 additions & 2 deletions automatic/openssl.light/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 04c24e0

Please sign in to comment.