From d15992a2935d1c881988c4adff88419d0d8c145e Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Wed, 22 Apr 2020 20:36:53 +0000 Subject: [PATCH] AU: 1 updated - googlechromebeta [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/895d89d1fc03d55eda07d58ebb59c2e415dcbf80 --- automatic/googlechromebeta/googlechromebeta.nuspec | 2 +- automatic/googlechromebeta/tools/chocolateyInstall.ps1 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/automatic/googlechromebeta/googlechromebeta.nuspec b/automatic/googlechromebeta/googlechromebeta.nuspec index 34d5f77a727..70c92056ce1 100644 --- a/automatic/googlechromebeta/googlechromebeta.nuspec +++ b/automatic/googlechromebeta/googlechromebeta.nuspec @@ -3,7 +3,7 @@ googlechromebeta - 83.0.4103.14-beta + 83.0.4103.24-beta Google Chrome Beta chocolatey,nsleigh Google Inc. diff --git a/automatic/googlechromebeta/tools/chocolateyInstall.ps1 b/automatic/googlechromebeta/tools/chocolateyInstall.ps1 index 3649e439523..9ae480ba2aa 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 = '83.0.4103.14-beta' +$version = '83.0.4103.24-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 = '13d9e2afee650954798f7d03aa9f341192cf8aefd722304e80fa9a9012422cdb' - checksum64 = '9a03e0baf841ff455b2dd268e6ece1e292cb26c43b71b83fd305cecc45218955' + checksum = '41e538f5b60e3ee78513da72a681416cc6e2df571f6475d95c1deef53ba2c6ae' + checksum64 = '459f6f5a85571d9d6a56bb2dc01955b009eb2939bee94b9de17c6db9dc1e0b27' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""