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 25, 2023
1 parent a132b7a commit 15e75be
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
@@ -1,4 +1,4 @@
{
"snapshots": "114.0.5673.0-snapshots",
"snapshots": "114.0.5674.0-snapshots",
"stable": "111.0.5563.65"
}
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>114.0.5673.0-snapshots</version>
<version>114.0.5674.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/1121550/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1121577/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1122060/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1122060/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: 602DD4EAAD27A783B0C4CB918570F59DC39553EAF43BE6A0AB3718FABDBAD9B4
checksum64: DED7E5A3DAB5D9C61B03E9F06C1E2B749B4744557C3CE27B3A7839BCED6E11D1
checksum32: 35209D601D29482AE9CB90F5AB00216F1B979D74D1E0B44486FCEBEA840233AE
checksum64: 97F8940B5F103B064248EEC8C0AE8C45749596F498E76C0AB27F5C2B96DE59E4

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 = "114.0.5673.0-snapshots"
$version = "114.0.5674.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
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.51</version>
<version>111.0.1661.54</version>
<title>Selenium Chromium Edge Driver</title>
<authors>Chromium and Microsoft teams</authors>
<owners>chocolatey-community,agabrys,laurin1,AdmiringWorm</owners>
Expand Down
Expand Up @@ -7,10 +7,10 @@ $parameters = Get-PackageParameters

$packageArgs = @{
packageName = 'selenium-chromium-edge-driver'
url = 'https://msedgedriver.azureedge.net/111.0.1661.51/edgedriver_win32.zip'
url64 = 'https://msedgedriver.azureedge.net/111.0.1661.51/edgedriver_win64.zip'
checksum = '940bedd974b58a7e50c86c66c56c26905e6fdf0b0c7ccc3ad0b2328c00c2dd67'
checksum64 = '3795f47a26e21f265c514f4d2c7771a54c04054f4cf56541568de7a1ab082ac2'
url = 'https://msedgedriver.azureedge.net/111.0.1661.54/edgedriver_win32.zip'
url64 = 'https://msedgedriver.azureedge.net/111.0.1661.54/edgedriver_win64.zip'
checksum = 'a521f161fc14b417fba89d1c85fa30f84a8bc42e59233356d166293147270cf2'
checksum64 = '97bd1acfeb5595218db4694fbbd48605b9112ea191dab499f4ba3a4b258d9d23'
checksumType = 'sha256'
checksumType64 = 'sha256'
unzipLocation = $seleniumDir
Expand Down

0 comments on commit 15e75be

Please sign in to comment.