Skip to content

Commit

Permalink
AU: 2 updated - alldup selenium-chrome-driver
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Mar 8, 2023
1 parent a0f9031 commit 5273936
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion automatic/alldup/alldup.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>alldup</id>
<version>4.5.33</version>
<version>4.5.35</version>
<title>AllDup</title>
<owners>chocolatey-community</owners>
<authors>Michael Thummerer Software Design</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/alldup/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ Package can be verified like this:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 411AF0EA479A34D2ED8DFCCB7E05234F8B2FA286923615DED10AEE1FC6EB3309
checksum32: 2A558432689ED00CC855020E931F04C45C4BDF86AB316352068829CB6A08215F

File 'Redistribution.pdf' is from personal email communication
6 changes: 3 additions & 3 deletions automatic/selenium-chrome-driver/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
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.41/>
location on <https://chromedriver.storage.googleapis.com/index.html?path=111.0.5563.64/>
and can be verified by doing the following:

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

File 'LICENSE.txt' is obtained from: https://source.chromium.org/chromium/chromium/src/+/main:LICENSE
Original file line number Diff line number Diff line change
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.41"
"111": "111.0.5563.64"
}
Original file line number Diff line number Diff line change
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.41</version>
<version>111.0.5563.64</version>
<title>Selenium Chrome Driver</title>
<authors>Chromium and WebDriver teams</authors>
<owners>chocolatey-community,AdmiringWorm,agabrys</owners>
Expand Down Expand Up @@ -31,8 +31,12 @@ 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.41 (2027-02-27)---------
<releaseNotes>---------ChromeDriver 111.0.5563.64 (2023-03-08)---------
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>
Expand Down

0 comments on commit 5273936

Please sign in to comment.