From 820f860adbcaa44ff6ce56cbedb8395dbc66b52f Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Fri, 1 Mar 2024 00:20:08 +0000 Subject: [PATCH] AU: 4 updated - gimp GoogleChrome selenium-chromium-edge-driver Waterfox [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/962bacd66098cdc38ea5b4f38320f5eca465dc44 --- automatic/gimp/gimp.nuspec | 2 +- automatic/gimp/tools/chocolateyInstall.ps1 | 6 +++--- automatic/googlechrome/googlechrome.nuspec | 2 +- automatic/googlechrome/tools/chocolateyInstall.ps1 | 2 +- .../selenium-chromium-edge-driver.nuspec | 2 +- .../tools/chocolateyinstall.ps1 | 8 ++++---- automatic/waterfox/legal/VERIFICATION.txt | 2 +- automatic/waterfox/waterfox.json | 2 +- automatic/waterfox/waterfox.nuspec | 2 +- 9 files changed, 14 insertions(+), 14 deletions(-) diff --git a/automatic/gimp/gimp.nuspec b/automatic/gimp/gimp.nuspec index dbb91b609a5..5df850ec771 100644 --- a/automatic/gimp/gimp.nuspec +++ b/automatic/gimp/gimp.nuspec @@ -3,7 +3,7 @@ gimp - 2.10.36 + 2.10.36.1 GIMP chocolatey-community GIMP Team diff --git a/automatic/gimp/tools/chocolateyInstall.ps1 b/automatic/gimp/tools/chocolateyInstall.ps1 index 1aa482279dd..f15fc368314 100644 --- a/automatic/gimp/tools/chocolateyInstall.ps1 +++ b/automatic/gimp/tools/chocolateyInstall.ps1 @@ -1,13 +1,13 @@ $ErrorActionPreference = 'Stop' -$fallbackUrl32 = 'https://download.gimp.org/gimp/v2.10/windows/gimp-2.10.36-setup.exe' +$fallbackUrl32 = 'https://download.gimp.org/gimp/v2.10/windows/gimp-2.10.36-setup-1.exe' $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - url = 'https://download.gimp.org/gimp/v2.10/windows/gimp-2.10.36-setup.exe' + url = 'https://download.gimp.org/gimp/v2.10/windows/gimp-2.10.36-setup-1.exe' softwareName = 'GIMP' - checksum = '947efa2397f7a17b8e4f4c9689e4ab67f00ca220ac1aa0ae0c1e179ccfc4fc10' + checksum = '5dc0efd3c877c6e8fd8af44944d31997875e38b610f95b30445aea3758dbbe90' checksumType = 'sha256' silentArgs = "/VERYSILENT /NORESTART /RESTARTEXITCODE=3010 /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`"" validExitCodes = @(0) diff --git a/automatic/googlechrome/googlechrome.nuspec b/automatic/googlechrome/googlechrome.nuspec index 1e56e67a6ed..a299b078ad2 100644 --- a/automatic/googlechrome/googlechrome.nuspec +++ b/automatic/googlechrome/googlechrome.nuspec @@ -3,7 +3,7 @@ GoogleChrome - 122.0.6261.94 + 122.0.6261.95 Google Chrome chocolatey-community Google LLC. diff --git a/automatic/googlechrome/tools/chocolateyInstall.ps1 b/automatic/googlechrome/tools/chocolateyInstall.ps1 index fcb0a95b408..0df8bc259f7 100644 --- a/automatic/googlechrome/tools/chocolateyInstall.ps1 +++ b/automatic/googlechrome/tools/chocolateyInstall.ps1 @@ -1,7 +1,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition . $toolsPath\helpers.ps1 -$version = '122.0.6261.94' +$version = '122.0.6261.95' if ($version -eq (Get-ChromeVersion)) { Write-Host "Google Chrome $version is already installed." return diff --git a/automatic/selenium-chromium-edge-driver/selenium-chromium-edge-driver.nuspec b/automatic/selenium-chromium-edge-driver/selenium-chromium-edge-driver.nuspec index d29f95c18e8..d0375b14ee6 100644 --- a/automatic/selenium-chromium-edge-driver/selenium-chromium-edge-driver.nuspec +++ b/automatic/selenium-chromium-edge-driver/selenium-chromium-edge-driver.nuspec @@ -3,7 +3,7 @@ selenium-chromium-edge-driver - 121.0.2277.128 + 122.0.2365.63 Selenium Chromium Edge Driver Chromium and Microsoft teams chocolatey-community,agabrys,laurin1,AdmiringWorm diff --git a/automatic/selenium-chromium-edge-driver/tools/chocolateyinstall.ps1 b/automatic/selenium-chromium-edge-driver/tools/chocolateyinstall.ps1 index bf4b15aa3d1..66c24d890c8 100644 --- a/automatic/selenium-chromium-edge-driver/tools/chocolateyinstall.ps1 +++ b/automatic/selenium-chromium-edge-driver/tools/chocolateyinstall.ps1 @@ -7,10 +7,10 @@ $parameters = Get-PackageParameters $packageArgs = @{ packageName = 'selenium-chromium-edge-driver' - url = 'https://msedgedriver.azureedge.net/121.0.2277.128/edgedriver_win32.zip' - url64 = 'https://msedgedriver.azureedge.net/121.0.2277.128/edgedriver_win64.zip' - checksum = '497e890db16b9c873a1856d1b28f8b1851a531bd57bb795f8941e7af47cac229' - checksum64 = '82c086fcfcdf68fd35756f43d30d6ff2b21842c79d1650b54925684317722df5' + url = 'https://msedgedriver.azureedge.net/122.0.2365.63/edgedriver_win32.zip' + url64 = 'https://msedgedriver.azureedge.net/122.0.2365.63/edgedriver_win64.zip' + checksum = '443175b51b5136fdd0a42a39c413bc5f077a33868d060da1edd368bb138a3ae6' + checksum64 = '60585b42f46031c6aced8a9ed22df3c10156d6dacbe6bfb20eac403db0caea2d' checksumType = 'sha256' checksumType64 = 'sha256' unzipLocation = $seleniumDir diff --git a/automatic/waterfox/legal/VERIFICATION.txt b/automatic/waterfox/legal/VERIFICATION.txt index ea9feecc927..1eb6d769899 100644 --- a/automatic/waterfox/legal/VERIFICATION.txt +++ b/automatic/waterfox/legal/VERIFICATION.txt @@ -11,6 +11,6 @@ and can be verified like this: - Use chocolatey utility 'checksum.exe' checksum type: sha256 - checksum: 28270EB3E52BF4D3BCE0E29B93B9A424F5BB5BBAC72CE45EEA851656A6396B68 + checksum: 5044632ADFE98A186CAC1A646846AF2AEF48BFAACB668CE7A160DE08CEACF57B File 'LICENSE.md' is obtained from diff --git a/automatic/waterfox/waterfox.json b/automatic/waterfox/waterfox.json index 2d8a6286571..c97388e8447 100644 --- a/automatic/waterfox/waterfox.json +++ b/automatic/waterfox/waterfox.json @@ -1,4 +1,4 @@ { - "current": "24026.0.9", + "current": "24036.0.9", "classic": "2022.11" } diff --git a/automatic/waterfox/waterfox.nuspec b/automatic/waterfox/waterfox.nuspec index e24425fefe6..2e3940b1149 100644 --- a/automatic/waterfox/waterfox.nuspec +++ b/automatic/waterfox/waterfox.nuspec @@ -3,7 +3,7 @@ Waterfox - 24026.0.9 + 24036.0.9 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/waterfox chocolatey-community,tonigellida,admiringworm Waterfox