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 Aug 31, 2022
1 parent a1afaa6 commit 9e89e90
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "107.0.5272.0-snapshots",
"stable": "104.0.5112.102"
"snapshots": "107.0.5273.0-snapshots",
"stable": "105.0.5195.54"
}
4 changes: 2 additions & 2 deletions automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>107.0.5272.0-snapshots</version>
<title>Chromium Snapshots</title>
<version>105.0.5195.54</version>
<title>Chromium</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
<projectUrl>http://www.chromium.org/Home</projectUrl>
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/1041082/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1041153/mini_installer.exe>
32-Bit software: <https://github.com/Hibbiki/chromium-win32/releases/download/v105.0.5195.54-r1027018/mini_installer.sync.exe>
64-Bit software: <https://github.com/Hibbiki/chromium-win64/releases/download/v105.0.5195.54-r1027018/mini_installer.sync.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: 786845A4F4B5134B190DACADE919047D7DEAA83CAA8245C5CA3F8B34E0D31A54
checksum64: 9FF372C418DD5315DFDDDF15E63B6297A5B2C3F7B6DF26E9FBFC33C60AF3B090
checksum32: 17F7F19512532A3CB4032DA2521EE395C1F0E57B726C038753699E1C2BAB8274
checksum64: A271F75AAD0D7DD9C06619727EE08EFC97CC44982DFE18763776A7D90C078915

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 = "107.0.5272.0-snapshots"
$version = "105.0.5195.54"
$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
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=105.0.5195.19/>
location on <https://chromedriver.storage.googleapis.com/index.html?path=105.0.5195.52/>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://chromedriver.storage.googleapis.com/105.0.5195.19/chromedriver_win32.zip>
32-Bit software: <https://chromedriver.storage.googleapis.com/105.0.5195.52/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: 1341E0C2AE35B7757719C4BFBD18EC60CBC85FDABF277BE9F5B5CFC8BBD06669
checksum32: 32AF1C0764655069E16B85AFE0B9EB1BA8A4870A872B5C8407010DF4CC6C52BA

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 @@ -2,5 +2,5 @@
"102": "102.0.5005.61",
"103": "103.0.5060.134",
"104": "104.0.5112.79",
"105": "105.0.5195.19"
"105": "105.0.5195.52"
}
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>105.0.5195.19</version>
<version>105.0.5195.52</version>
<title>Selenium Chrome Driver</title>
<authors>Chromium and WebDriver teams</authors>
<owners>chocolatey-community,AdmiringWorm,agabrys</owners>
Expand Down Expand Up @@ -31,7 +31,7 @@ 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 105.0.5195.19 (2022-08-08)---------
<releaseNotes>---------ChromeDriver 105.0.5195.52 (2022-08-31)---------
Supports Chrome version 105
</releaseNotes>
<copyright>Chromium and WebDriver teams. All Rights Reserved.</copyright>
Expand Down

0 comments on commit 9e89e90

Please sign in to comment.