Skip to content

Commit

Permalink
AU: 1 updated - openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 16, 2022
1 parent a2c4704 commit e3fcfb4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions automatic/openssl/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ Package can be verified like this:

1. Download:

x32: https://slproweb.com/download/Win32OpenSSL-1_1_1m.exe
x64: https://slproweb.com/download/Win64OpenSSL-1_1_1m.exe
x32: https://slproweb.com/download/Win32OpenSSL-1_1_1n.exe
x64: https://slproweb.com/download/Win64OpenSSL-1_1_1n.exe

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: E40DD40C45B96640470069A66245B142F95E962DF7F763694776B4864FFC5DEB
checksum64: D40BE1F440E8083527577FD2DC5D5966045072A02AE20872A5727036A41549AC
checksum32: 5B12FDEF2791D25EEFD149B219D25F9E5DC26836E4489393B7D28F46AADEDEF0
checksum64: E0F185454E4037534BBAD47B6121975DEA394836085B992CA1089472A603D5DE

File 'LICENSE.txt' is obtained from:
https://www.openssl.org/source/license-openssl-ssleay.txt
2 changes: 1 addition & 1 deletion automatic/openssl/openssl.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</id>
<version>1.1.1.1300</version>
<version>1.1.1.1400</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/openssl</packageSourceUrl>
<owners>chtof</owners>
<title>OpenSSL</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/openssl/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$packageArgs = @{
packageName = $env:ChocolateyPackageName
file = "$toolsDir\Win32OpenSSL-1_1_1m.exe"
file64 = "$toolsDir\Win64OpenSSL-1_1_1m.exe"
file = "$toolsDir\Win32OpenSSL-1_1_1n.exe"
file64 = "$toolsDir\Win64OpenSSL-1_1_1n.exe"
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
}

Expand Down

0 comments on commit e3fcfb4

Please sign in to comment.