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 Sep 10, 2019
1 parent c9e4530 commit 276034d
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>77.0.3865.70-beta</version>
<version>77.0.3865.75-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 = '77.0.3865.70-beta'
$version = '77.0.3865.75-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 = '01a0f73f63841cfe94b99f3bc8b1f723cf29208b88451d267a0798185c024650'
checksum64 = '7f5779cbb0d8e0e039e7221a5af0e9e2eb821bd2b07d1cad8139c0092185f5c4'
checksum = '9db9c6cfee6d343a208da159e3fab3f228d8734ce1b6b1a66f20e250dcada68d'
checksum64 = 'f7145047621ff23ead779af9fceaae4db8ed54e68a51a5a6016a0bed8b89a0c4'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down

0 comments on commit 276034d

Please sign in to comment.