Skip to content

Commit

Permalink
AU: 2 updated - gnupg googlechromebeta
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Aug 26, 2021
1 parent d5e5095 commit 34c9120
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
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>googlechromebeta</id>
<version>93.0.4577.58-beta</version>
<version>94.0.4606.20-beta</version>
<title>Google Chrome Beta</title>
<owners>chocolatey-community,nsleigh</owners>
<authors>Google Inc.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechromebeta/tools/chocolateyInstall.ps1
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '93.0.4577.58-beta'
$version = '94.0.4606.20-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 = 'c6893859c3a029d7fb9d4d358005a604f747eb3ffd8217b96433e269e0ed5553'
checksum64 = '3aa57952f03155049d013239ed866ef7116c1e41f7dce1e82350a61625386e07'
checksum = 'e347878cfba63b9b924ced07a9d57181dc39184108ab7a4ae80980b3e534a718'
checksum64 = 'c604178d6e243263a1fb300f5fcfcd4a0e306ef07eab93d0fa8b544879bdfa1f'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down

0 comments on commit 34c9120

Please sign in to comment.