Skip to content

Commit

Permalink
AU: 1 updated - GoogleChrome
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Nov 5, 2024
1 parent 6e9fcac commit 37c0b75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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>130.0.6723.92</version>
<version>130.0.6723.117</version>
<title>Google Chrome</title>
<owners>chocolatey-community</owners>
<authors>Google LLC.</authors>
Expand Down
2 changes: 1 addition & 1 deletion 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 = '130.0.6723.92'
$version = '130.0.6723.117'
if ($version -eq (Get-ChromeVersion)) {
Write-Host "Google Chrome $version is already installed."
return
Expand Down

0 comments on commit 37c0b75

Please sign in to comment.