diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 477e83cd036..1dfe9e7778d 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "128.0.6590.0-snapshots", + "snapshots": "128.0.6591.0-snapshots", "stable": "126.0.6478.127" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index babceb417d4..5e6b290eae6 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 128.0.6590.0-snapshots + 128.0.6591.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 1b3b34d2f50..648027651e4 100644 --- a/automatic/chromium/legal/VERIFICATION.txt +++ b/automatic/chromium/legal/VERIFICATION.txt @@ -7,13 +7,13 @@ location on (the listed mirrors and can be verified by doing the following: 1. Download the following: - 64-Bit software: + 64-Bit software: 2. Get the checksum using one of the following methods: - Using powershell function 'Get-FileHash' - Use chocolatey utility 'checksum.exe' 3. The checksums should match the following: checksum type: sha256 - checksum64: 02B09FFCB9955123A35872B2FB9B1DB73B2A0082318339EE001159EDE0919F40 + checksum64: AE1C370AD62D9CA4C2168C5F172541112A9B25DB49185CDB39F80C6690223115 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 42e74dc6338..2ac618a9b1b 100644 --- a/automatic/chromium/tools/chocolateyInstall.ps1 +++ b/automatic/chromium/tools/chocolateyInstall.ps1 @@ -2,7 +2,7 @@ $toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition . (Join-Path $toolsDir 'helper.ps1') -$version = '128.0.6590.0-snapshots' +$version = '128.0.6591.0-snapshots' $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string @@ -15,8 +15,8 @@ if (Test-Path $Chromium) { $packageArgs = @{ packageName = 'chromium' - url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1326000/mini_installer.exe' - checksum = '29CB1663167D0DEF5873FF878CDDCC6C3A4E0D06C9FE679CA974E2624E7628B5' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1326300/mini_installer.exe' + checksum = 'B200B61D7C732C6999E918AE47029FC3AF7FBB7C4092C598727C80EB10837E4D' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe' 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 4f4c0e18f93..cda61842ded 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 - 126.0.2592.87 + 126.0.2592.102 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 2928029c417..bf776fab932 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/126.0.2592.87/edgedriver_win32.zip' - url64 = 'https://msedgedriver.azureedge.net/126.0.2592.87/edgedriver_win64.zip' - checksum = '9e9b4581a0e081342ad41ac684ab9d2c43c543b5a9e17656cc42edaf080d5263' - checksum64 = 'b4b93f9bb3ed7f27fcf2a6beefdd9bc98055f4fee79bca5340204dcf37240713' + url = 'https://msedgedriver.azureedge.net/126.0.2592.102/edgedriver_win32.zip' + url64 = 'https://msedgedriver.azureedge.net/126.0.2592.102/edgedriver_win64.zip' + checksum = '32a2bd7d613160d5832aa94037f00f7da218df4eb7fb567de4c06e4cfddd464d' + checksum64 = 'c9ac2539c34d88b9d11671ba68a9da7be9fdc9162d02c6350b6a3e3dd19fb541' checksumType = 'sha256' checksumType64 = 'sha256' unzipLocation = $seleniumDir