Skip to content

Commit

Permalink
AU: 2 updated - chromium selenium-chromium-edge-driver
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Feb 26, 2023
1 parent 6b3bb83 commit 5699afe
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": "113.0.5617.0-snapshots",
"snapshots": "113.0.5618.0-snapshots",
"stable": "110.0.5481.178"
}
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>113.0.5617.0-snapshots</version>
<version>113.0.5618.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1109977/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1109976/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1110032/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1110035/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
checksum32: F6E4EFB6032ADF6C0E2BA41DC44D3AD29D022355F653E7710634226DEBEC128F
checksum64: E07E938C045AAE41D27AA5AF190CBA9AC7F0E13E993E9A7465BCF0FBF7C4B6B8
checksum32: 3E577646C42B69ADC129E5C227046317C4F7534FF0A9E76BD06E42A2C227256D
checksum64: 0FD6EE86A162782095D6BB282BC1111CF65672734856016B72A8D3341158FB75

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "113.0.5617.0-snapshots"
$version = "113.0.5618.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
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>110.0.1587.56</version>
<version>110.0.1587.57</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/110.0.1587.56/edgedriver_win32.zip'
url64 = 'https://msedgedriver.azureedge.net/110.0.1587.56/edgedriver_win64.zip'
checksum = 'fc7dc009903533d8e077f97d8d796f98921d20384f49e327dea8d56f7d7e9096'
checksum64 = '3f9e17c6b0c1fd88fac1ae010e3d80bfa39bee08c958be43b6ffff94f30a8fc6'
url = 'https://msedgedriver.azureedge.net/110.0.1587.57/edgedriver_win32.zip'
url64 = 'https://msedgedriver.azureedge.net/110.0.1587.57/edgedriver_win64.zip'
checksum = 'a12fd100fce6d7163e1e0b0eefc55134c2f384cb52f807878980c4f282af5499'
checksum64 = 'a75e217883bd14aad162dee509f46671f76e2781250266abf55abb5db50f3591'
checksumType = 'sha256'
checksumType64 = 'sha256'
unzipLocation = $seleniumDir
Expand Down

0 comments on commit 5699afe

Please sign in to comment.