Skip to content

Commit

Permalink
AU: 1 updated - GoogleChrome
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey Community committed Dec 3, 2024
1 parent a9721d3 commit 28510cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion automatic/googlechrome/googlechrome.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>GoogleChrome</id>
<version>131.0.6778.86</version>
<version>131.0.6778.109</version>
<title>Google Chrome</title>
<owners>chocolatey-community</owners>
<authors>Google LLC.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechrome/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 = '131.0.6778.86'
$version = '131.0.6778.109'
if ($version -eq (Get-ChromeVersion)) {
Write-Host "Google Chrome $version is already installed."
return
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise.msi'
url64bit = 'https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise64.msi'
checksum = '3063058e997b15e0d4b48da063e7f2f650fcf38336cfc666dc9cdaa61ab8f495'
checksum64 = '9fcf15cb2390b84887b94e8e2f41d01eff325eccdac405e4f9a156dbc209689d'
checksum = '9dd1e0d81fefac68b694f036e0fc2338e5710d55e7627df61e2d2586a673a778'
checksum64 = '9f52a6d72435ae981b55d29356caebcefa22e8e6ee5d1468c35cf8414572b140'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down

0 comments on commit 28510cf

Please sign in to comment.