Skip to content

Commit

Permalink
AU: 1 updated - selenium-chromium-edge-driver
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey Community committed Jul 2, 2024
1 parent 4393571 commit f9763d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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>126.0.2592.81</version>
<version>126.0.2592.87</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/126.0.2592.81/edgedriver_win32.zip'
url64 = 'https://msedgedriver.azureedge.net/126.0.2592.81/edgedriver_win64.zip'
checksum = 'a3efc7fc2bda738c7eb8a41a01e54b851a728795474dc5aea23b31164f56a200'
checksum64 = '2d5b0ff8ecc75c0255134dd658fd1d2dd20806e553211f3039f7b39114a39230'
url = 'https://msedgedriver.azureedge.net/126.0.2592.87/edgedriver_win32.zip'
url64 = 'https://msedgedriver.azureedge.net/126.0.2592.87/edgedriver_win64.zip'
checksum = '9e9b4581a0e081342ad41ac684ab9d2c43c543b5a9e17656cc42edaf080d5263'
checksum64 = 'b4b93f9bb3ed7f27fcf2a6beefdd9bc98055f4fee79bca5340204dcf37240713'
checksumType = 'sha256'
checksumType64 = 'sha256'
unzipLocation = $seleniumDir
Expand Down

0 comments on commit f9763d0

Please sign in to comment.