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 Mar 17, 2023
1 parent 0d8cdcc commit 246d53b
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.5656.0-snapshots",
"snapshots": "113.0.5657.0-snapshots",
"stable": "111.0.5563.65"
}
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.5656.0-snapshots</version>
<version>113.0.5657.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/1117994/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1117997/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1118298/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1118341/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: 2B3ACFED4949BD187C4B13E395E2F7E34282CB01D96CB2FAAE6800F8AD6BA629
checksum64: A0C28A09496EF510619C1607957710EC0EDE25E9D61F523032BF284E635E2DA0
checksum32: FC28BC56F55CBB18DF7ACA1C7FE8F67394C40313024C807A3BE58466CDD996A1
checksum64: DB08569E39C32369C47AE68B2BF470B25F030D80E8B756386DC4F9717E2D3748

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.5656.0-snapshots"
$version = "113.0.5657.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>111.0.1661.43</version>
<version>111.0.1661.44</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/111.0.1661.43/edgedriver_win32.zip'
url64 = 'https://msedgedriver.azureedge.net/111.0.1661.43/edgedriver_win64.zip'
checksum = 'f0d52545cf6de9f8cdf58f5a26c662710a0c07a2cb0f1ff6b58c34b675e5f483'
checksum64 = '4158625e43e62bdb5d85e77279e9f2789c7db2741b95940ca47653108e42439a'
url = 'https://msedgedriver.azureedge.net/111.0.1661.44/edgedriver_win32.zip'
url64 = 'https://msedgedriver.azureedge.net/111.0.1661.44/edgedriver_win64.zip'
checksum = '349d0b8787150a9e95a049e26c3669ec5daf9bc315c92acffc6a3d0cf85c16e6'
checksum64 = 'e202a3979a8758f1750cd0de59274e19836d0ab06a876d9ed054a6d5d378b185'
checksumType = 'sha256'
checksumType64 = 'sha256'
unzipLocation = $seleniumDir
Expand Down

0 comments on commit 246d53b

Please sign in to comment.