diff --git a/automatic/openssl/legal/VERIFICATION.txt b/automatic/openssl/legal/VERIFICATION.txt index be14f5fe4..5240fb546 100644 --- a/automatic/openssl/legal/VERIFICATION.txt +++ b/automatic/openssl/legal/VERIFICATION.txt @@ -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 diff --git a/automatic/openssl/openssl.nuspec b/automatic/openssl/openssl.nuspec index f7f39617c..79b2a75e5 100644 --- a/automatic/openssl/openssl.nuspec +++ b/automatic/openssl/openssl.nuspec @@ -3,7 +3,7 @@ openssl - 1.1.1.1300 + 1.1.1.1400 https://github.com/chtof/chocolatey-packages/tree/master/automatic/openssl chtof OpenSSL diff --git a/automatic/openssl/tools/chocolateyinstall.ps1 b/automatic/openssl/tools/chocolateyinstall.ps1 index 219050a4e..8fbb9206b 100644 --- a/automatic/openssl/tools/chocolateyinstall.ps1 +++ b/automatic/openssl/tools/chocolateyinstall.ps1 @@ -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-' }