diff --git a/automatic/googlechrome/googlechrome.nuspec b/automatic/googlechrome/googlechrome.nuspec index aadfd73794c..ded9c78fbe0 100644 --- a/automatic/googlechrome/googlechrome.nuspec +++ b/automatic/googlechrome/googlechrome.nuspec @@ -3,7 +3,7 @@ GoogleChrome - 131.0.6778.86 + 131.0.6778.109 Google Chrome chocolatey-community Google LLC. diff --git a/automatic/googlechrome/tools/chocolateyInstall.ps1 b/automatic/googlechrome/tools/chocolateyInstall.ps1 index bf2e3e051d7..4e60010a0da 100644 --- a/automatic/googlechrome/tools/chocolateyInstall.ps1 +++ b/automatic/googlechrome/tools/chocolateyInstall.ps1 @@ -1,7 +1,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition . $toolsPath\helpers.ps1 -$version = '131.0.6778.86' +$version = '131.0.6778.109' if ($version -eq (Get-ChromeVersion)) { Write-Host "Google Chrome $version is already installed." return @@ -12,8 +12,8 @@ $packageArgs = @{ fileType = 'MSI' url = 'https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise.msi' url64bit = 'https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise64.msi' - checksum = '3063058e997b15e0d4b48da063e7f2f650fcf38336cfc666dc9cdaa61ab8f495' - checksum64 = '9fcf15cb2390b84887b94e8e2f41d01eff325eccdac405e4f9a156dbc209689d' + checksum = '9dd1e0d81fefac68b694f036e0fc2338e5710d55e7627df61e2d2586a673a778' + checksum64 = '9f52a6d72435ae981b55d29356caebcefa22e8e6ee5d1468c35cf8414572b140' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""