diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index cd14413661f..01153cfaa61 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "134.0.6963.0-snapshots", + "snapshots": "134.0.6964.0-snapshots", "stable": "131.0.6778.265" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 0d3f0f82e30..cd3b6ee2960 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 134.0.6963.0-snapshots + 134.0.6964.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 6487ee985d6..d615249fcb8 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: EE682636DD34BB4A20436642A5C5F3A703052B99E9CABA9B1436FD9074A6188B + checksum64: 367B68EB7EC00722E76514EEE60D156BE12F240D51C6925AE042835BF3727165 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 45319fb51c6..809269f2af4 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 = '134.0.6963.0-snapshots' +$version = '134.0.6964.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/1407773/mini_installer.exe' - checksum = '6E8E790FCE3AC3925A5166FB5CC2B553C75448437F38CC2F65383CB16CD9227D' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1408124/mini_installer.exe' + checksum = '7B2F00786A629EBB5B073575F687D291E7649BAB2BA47128F3C800BC882694B2' 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 6733072fba0..b3c5a1dbb0d 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 - 131.0.2903.146 + 132.0.2957.115 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 5107ea92250..b71a18e8a62 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/131.0.2903.146/edgedriver_win32.zip' - url64 = 'https://msedgedriver.azureedge.net/131.0.2903.146/edgedriver_win64.zip' - checksum = '485ddda89b34ae0da6c9fcc83c2747d5a03fa77902c4b590ca46b04032167b2d' - checksum64 = '1910b1dd0d01d9496a39d025b8104c1192f2879762b9357d826cfa45b936e148' + url = 'https://msedgedriver.azureedge.net/132.0.2957.115/edgedriver_win32.zip' + url64 = 'https://msedgedriver.azureedge.net/132.0.2957.115/edgedriver_win64.zip' + checksum = 'ae2db3eeb5b08aa50411cf9ff72d8c24157f6641df8deb9ff2a3185e745413a2' + checksum64 = '4eba77ef8fcb52d729d9e1551a8717035c33279b4eec696d99ff9ace4b2cdf43' checksumType = 'sha256' checksumType64 = 'sha256' unzipLocation = $seleniumDir