Skip to content

Commit

Permalink
AU: 4 updated - gimp GoogleChrome selenium-chromium-edge-driver Waterfox
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Mar 1, 2024
1 parent f5abf1c commit 820f860
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion automatic/gimp/gimp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>gimp</id>
<version>2.10.36</version>
<version>2.10.36.1</version>
<title>GIMP</title>
<owners>chocolatey-community</owners>
<authors>GIMP Team</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/gimp/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
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>122.0.6261.94</version>
<version>122.0.6261.95</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 = '122.0.6261.94'
$version = '122.0.6261.95'
if ($version -eq (Get-ChromeVersion)) {
Write-Host "Google Chrome $version is already installed."
return
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>selenium-chromium-edge-driver</id>
<!-- Do not touch the version, it will be updated automatically during the update check -->
<version>121.0.2277.128</version>
<version>122.0.2365.63</version>
<title>Selenium Chromium Edge Driver</title>
<authors>Chromium and Microsoft teams</authors>
<owners>chocolatey-community,agabrys,laurin1,AdmiringWorm</owners>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion automatic/waterfox/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/MrAlex94/Waterfox/blob/1bc2fb60abf0fa173b69ca94f660115d76f09f4f/LICENSE>
2 changes: 1 addition & 1 deletion automatic/waterfox/waterfox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"current": "24026.0.9",
"current": "24036.0.9",
"classic": "2022.11"
}
2 changes: 1 addition & 1 deletion automatic/waterfox/waterfox.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>Waterfox</id>
<version>24026.0.9</version>
<version>24036.0.9</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/waterfox</packageSourceUrl>
<owners>chocolatey-community,tonigellida,admiringworm</owners>
<title>Waterfox</title>
Expand Down

0 comments on commit 820f860

Please sign in to comment.