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 Jul 29, 2019
1 parent 36df05f commit 4bfe1d0
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>76.0.3809.80-beta</version>
<version>76.0.3809.87-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 = '76.0.3809.80-beta'
$version = '76.0.3809.87-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 = '4ef841072b3614d73373c3e03b896ec71475a60764aee5fef0aa0ed56e4dee8f'
checksum64 = '21eba98833fb406fd62ddae7716a104c398b8aa4a6bb31e66dc411830bac334e'
checksum = 'a4b87c807762b1afb6069b40c30f8ec897812aba6f206480c4f2a35362d9cb8f'
checksum64 = 'e37028196c3986d06072fdbc3acbf9d87806ba35811ecf54ee73121c3ffa4bb6'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down

0 comments on commit 4bfe1d0

Please sign in to comment.