Skip to content

Commit

Permalink
AU: 2 updated - GoogleChrome OpenSSL.Light
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Sep 28, 2023
1 parent ed17b3b commit 17611b8
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion automatic/googlechrome/googlechrome.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>GoogleChrome</id>
<version>117.0.5938.92</version>
<version>117.0.5938.132</version>
<title>Google Chrome</title>
<owners>chocolatey-community</owners>
<authors>Google LLC.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechrome/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '117.0.5938.92'
$version = '117.0.5938.132'
if ($version -eq (Get-ChromeVersion)) {
Write-Host "Google Chrome $version is already installed."
return
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise.msi'
url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise64.msi'
checksum = 'a835bfa26201ce6b7589e7cae88219642013e8162b5f6d1d302511e0882f136d'
checksum64 = 'dd84ee372dff8237796698ec396cf6441541a057d845e91b26ecd6766bd5b6d6'
checksum = '461438d61ca86080784433111fa678fa0a59af72fd1f7d2fbda815168ffa73c4'
checksum64 = '6c606c3e968746dd7c5f8b8e6fdd1bde7c80a0a20508938906ce646e5efd3239'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
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-3_1_1.exe>
64-Bit software: <https://slproweb.com/download/Win64OpenSSL_Light-3_1_1.exe>
32-Bit software: <https://slproweb.com/download/Win32OpenSSL_Light-3_1_3.exe>
64-Bit software: <https://slproweb.com/download/Win64OpenSSL_Light-3_1_3.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: E76B0B2B9AB78F85C71DE8396043AE69CCD7FFC4B99470A8BBE27A350E9DBE75
checksum64: C3900D6F45F57574BEEC628EBADB65F8011791EF5332D819493FFBBF2F2D78FA
checksum32: 43AB5686E0A3FEFC928317C2FEF37EB7EC357A492D2750DEE9380C1A2EDD6A4A
checksum64: D370366D9965883EAF297595938D32AAAC8B2539B18C696FFEFC2D50D7463ACF

The file 'LICENSE.txt' has been obtained from <https://www.openssl.org/source/license.txt>
2 changes: 1 addition & 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>3.1.1</version>
<version>3.1.3</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/openssl.light</packageSourceUrl>
<owners>chocolatey-community</owners>
<title>OpenSSL – The Open Source SSL and TLS toolkit</title>
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-3_1_1.exe"
file64 = "$toolsPath\Win64OpenSSL_Light-3_1_1.exe"
file = "$toolsPath\Win32OpenSSL_Light-3_1_3.exe"
file64 = "$toolsPath\Win64OpenSSL_Light-3_1_3.exe"
softwareName = 'OpenSSL*Light*'
silentArgs = $silentArgs
validExitCodes = @(0)
Expand Down

0 comments on commit 17611b8

Please sign in to comment.