Skip to content

Commit

Permalink
AU: 3 updated - chromium selenium-chromium-edge-driver youtube-dl
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jul 12, 2024
1 parent e5b5033 commit b9c3378
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": "128.0.6590.0-snapshots",
"snapshots": "128.0.6591.0-snapshots",
"stable": "126.0.6478.127"
}
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>128.0.6590.0-snapshots</version>
<version>128.0.6591.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1325992/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1326363/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
checksum64: 02B09FFCB9955123A35872B2FB9B1DB73B2A0082318339EE001159EDE0919F40
checksum64: AE1C370AD62D9CA4C2168C5F172541112A9B25DB49185CDB39F80C6690223115

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
6 changes: 3 additions & 3 deletions automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition
. (Join-Path $toolsDir 'helper.ps1')

$version = '128.0.6590.0-snapshots'
$version = '128.0.6591.0-snapshots'
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand All @@ -15,8 +15,8 @@ if (Test-Path $Chromium) {

$packageArgs = @{
packageName = 'chromium'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1326000/mini_installer.exe'
checksum = '29CB1663167D0DEF5873FF878CDDCC6C3A4E0D06C9FE679CA974E2624E7628B5'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1326300/mini_installer.exe'
checksum = 'B200B61D7C732C6999E918AE47029FC3AF7FBB7C4092C598727C80EB10837E4D'
checksumType = 'sha256'
file64 = "$toolsdir\chromium_x64.exe"
fileType = 'exe'
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>126.0.2592.87</version>
<version>126.0.2592.102</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.87/edgedriver_win32.zip'
url64 = 'https://msedgedriver.azureedge.net/126.0.2592.87/edgedriver_win64.zip'
checksum = '9e9b4581a0e081342ad41ac684ab9d2c43c543b5a9e17656cc42edaf080d5263'
checksum64 = 'b4b93f9bb3ed7f27fcf2a6beefdd9bc98055f4fee79bca5340204dcf37240713'
url = 'https://msedgedriver.azureedge.net/126.0.2592.102/edgedriver_win32.zip'
url64 = 'https://msedgedriver.azureedge.net/126.0.2592.102/edgedriver_win64.zip'
checksum = '32a2bd7d613160d5832aa94037f00f7da218df4eb7fb567de4c06e4cfddd464d'
checksum64 = 'c9ac2539c34d88b9d11671ba68a9da7be9fdc9162d02c6350b6a3e3dd19fb541'
checksumType = 'sha256'
checksumType64 = 'sha256'
unzipLocation = $seleniumDir
Expand Down

0 comments on commit b9c3378

Please sign in to comment.