diff --git a/automatic/googlechromebeta/googlechromebeta.nuspec b/automatic/googlechromebeta/googlechromebeta.nuspec index 14737db97ca..4e5cc821492 100644 --- a/automatic/googlechromebeta/googlechromebeta.nuspec +++ b/automatic/googlechromebeta/googlechromebeta.nuspec @@ -3,7 +3,7 @@ googlechromebeta - 74.0.3729.75-beta + 74.0.3729.91-beta Google Chrome Beta chocolatey,nsleigh Google Inc. diff --git a/automatic/googlechromebeta/tools/chocolateyInstall.ps1 b/automatic/googlechromebeta/tools/chocolateyInstall.ps1 index 6a08afe123b..fc402ec7258 100644 --- a/automatic/googlechromebeta/tools/chocolateyInstall.ps1 +++ b/automatic/googlechromebeta/tools/chocolateyInstall.ps1 @@ -1,7 +1,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition . $toolsPath\helpers.ps1 -$version = '74.0.3729.75-beta' +$version = '74.0.3729.91-beta' if ($version -eq (Get-ChromeBetaVersion)) { Write-Host "Google Chrome Beta $version is already installed." return @@ -12,8 +12,8 @@ $packageArgs = @{ fileType = 'MSI' url = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise.msi' url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise64.msi' - checksum = '7904c64bb5de541ef69c692f5ac2a70e47aac863cbad474d8b5e1518514a5501' - checksum64 = '2e414e0c5822ce5c8c3c94e76c4527ac0eb6ab69b214f4be5004cae480a2eaef' + checksum = '1fda5f1c6d768b096cdc33bcd5c106309b085d2e89938cee29fd885e425deffc' + checksum64 = 'f672fe31392138e6a509e29813dd58a4eb8e3a57d6b40efb10cd5e47b3dd122e' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""