Skip to content

Commit

Permalink
AU: 2 updated - GoogleChrome thunderbird
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Sep 13, 2023
1 parent 95d2044 commit cb000e5
Show file tree
Hide file tree
Showing 5 changed files with 139 additions and 139 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>116.0.5845.188</version>
<version>117.0.5938.63</version>
<title>Google Chrome</title>
<owners>chocolatey-community</owners>
<authors>Google LLC.</authors>
Expand Down
4 changes: 2 additions & 2 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 = '116.0.5845.188'
$version = '117.0.5938.63'
if ($version -eq (Get-ChromeVersion)) {
Write-Host "Google Chrome $version is already installed."
return
Expand All @@ -13,7 +13,7 @@ $packageArgs = @{
url = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise.msi'
url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise64.msi'
checksum = '5a8cb6d50b3de8790582b20d7db44ec67a75b95efcdf3e57767099813193b13e'
checksum64 = '4f4274baac813d23d2070ae31e7291f482a4a8ba5f6498a80ed20818a955f941'
checksum64 = '356e47ff804f8eb04ea3b7acbb5034938a69f63087f8be4426d5db8099b02b58'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
2 changes: 1 addition & 1 deletion automatic/thunderbird/thunderbird.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>thunderbird</id>
<version>115.2.1</version>
<version>115.2.2</version>
<title>Mozilla Thunderbird</title>
<owners>chocolatey-community</owners>
<authors>Mozilla</authors>
Expand Down

0 comments on commit cb000e5

Please sign in to comment.