Skip to content

Commit

Permalink
AU: 2 updated - chromium selenium-chrome-driver
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Feb 27, 2023
1 parent 597a9f2 commit dfef73e
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 17 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
@@ -1,4 +1,4 @@
{
"snapshots": "113.0.5620.0-snapshots",
"snapshots": "113.0.5621.0-snapshots",
"stable": "110.0.5481.178"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>113.0.5620.0-snapshots</version>
<version>113.0.5621.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
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/1110114/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1110120/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1110198/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1110240/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: 3C3CD482700D25BF491EF5E3DA692CFB1CF49B866032085931D4C4C078AD2DD2
checksum64: 84382FEF485D6E0BBFF875A775488A47DA18307918E05B8E6378FC60ACB27285
checksum32: 23E6F6C8B0CC775C4FFB48626B768D7FE1290D8FC54AB0B067FD89742193AAEC
checksum64: F6C5364331A11C7A522182E563231F317BE87DBE8C78253BC4F8CA228318B336

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
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "113.0.5620.0-snapshots"
$version = "113.0.5621.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
6 changes: 3 additions & 3 deletions automatic/selenium-chrome-driver/legal/VERIFICATION.txt
Expand Up @@ -3,17 +3,17 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software have been downloaded from the listed download
location on <https://chromedriver.storage.googleapis.com/index.html?path=111.0.5563.19/>
location on <https://chromedriver.storage.googleapis.com/index.html?path=111.0.5563.41/>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://chromedriver.storage.googleapis.com/111.0.5563.19/chromedriver_win32.zip>
32-Bit software: <https://chromedriver.storage.googleapis.com/111.0.5563.41/chromedriver_win32.zip>
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: B6517AB6C5C1D4DB408FBF1E6FA4F94CA48AD4FA685EBE814D5CADBDD3AE58AA
checksum32: A712114C463696BD52FA73E737393C24C3EA10919BF9C4B5BD590F692EE0562E

File 'LICENSE.txt' is obtained from: https://source.chromium.org/chromium/chromium/src/+/main:LICENSE
Expand Up @@ -8,5 +8,5 @@
"108": "108.0.5359.71",
"109": "109.0.5414.74",
"110": "110.0.5481.77",
"111": "111.0.5563.19"
"111": "111.0.5563.41"
}
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>selenium-chrome-driver</id>
<version>111.0.5563.19</version>
<version>111.0.5563.41</version>
<title>Selenium Chrome Driver</title>
<authors>Chromium and WebDriver teams</authors>
<owners>chocolatey-community,AdmiringWorm,agabrys</owners>
Expand Down Expand Up @@ -31,12 +31,9 @@ To pass parameters, use `--params "''"` (e.g. `choco install selenium-chrome-dri
- **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.**
]]></description>
<summary>Chrome Driver is a WebDriver implementation that enables programmatic automation of Chrome products for desktop platforms. It is a part of the Selenium (http://code.google.com/p/selenium) project.</summary>
<releaseNotes>---------ChromeDriver 111.0.5563.19 (2023-02-10)---------
<releaseNotes>---------ChromeDriver 111.0.5563.41 (2027-02-27)---------
Supports Chrome version 111
Resolved issue 4216: Run ChromeDriver with custom BiDiMapper [Pri-]
Resolved issue 4300: Window handle is interoperable between Classic and BiDi [Pri-]
Resolved issue 4325: Handling of toJSON in jsonSerialize of call_function.js deviates from the standard. [Pri-]
Resolved issue 4330: DCHECK fails at DevToolsClientImpl::AddListener [Pri-]
Resolved issue 4357: ChromeDriver session issue with --headless and --user-data-dir options [Pri-1]
</releaseNotes>
<copyright>Chromium and WebDriver teams. All Rights Reserved.</copyright>
<tags>selenium-chrome-driver google-chrome driver webdriver testing web-applications freeware foss cross-platform</tags>
Expand Down

0 comments on commit dfef73e

Please sign in to comment.