Skip to content

Commit

Permalink
AU: 2 updated - chromium selenium-chromium-edge-driver
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey Community committed Jan 18, 2025
1 parent 5d56ffc commit 2e17ef2
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "134.0.6963.0-snapshots",
"snapshots": "134.0.6964.0-snapshots",
"stable": "131.0.6778.265"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>134.0.6963.0-snapshots</version>
<version>134.0.6964.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1407783/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1408138/mini_installer.exe>
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 <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
6 changes: 3 additions & 3 deletions automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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'
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>131.0.2903.146</version>
<version>132.0.2957.115</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/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
Expand Down

0 comments on commit 2e17ef2

Please sign in to comment.