Skip to content

Commit

Permalink
AU: 1 updated - googlechromebeta
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 22, 2020
1 parent dcd1673 commit d15992a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion automatic/googlechromebeta/googlechromebeta.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>googlechromebeta</id>
<version>83.0.4103.14-beta</version>
<version>83.0.4103.24-beta</version>
<title>Google Chrome Beta</title>
<owners>chocolatey,nsleigh</owners>
<authors>Google Inc.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechromebeta/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 = '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
Expand All @@ -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`""
Expand Down

0 comments on commit d15992a

Please sign in to comment.