From ac92efe236220a8ea2f1ea7f9bebf1dcff3d52f9 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Fri, 28 Jun 2024 00:18:15 +0000 Subject: [PATCH] AU: 3 updated - chromium openshift-cli selenium-chromium-edge-driver [skip ci] --- automatic/chromium/chromium.json | 2 +- automatic/chromium/chromium.nuspec | 2 +- automatic/chromium/legal/VERIFICATION.txt | 4 ++-- automatic/chromium/tools/chocolateyInstall.ps1 | 6 +++--- automatic/openshift-cli/legal/VERIFICATION.txt | 6 +++--- automatic/openshift-cli/openshift-cli.nuspec | 4 ++-- .../selenium-chromium-edge-driver.nuspec | 2 +- .../tools/chocolateyinstall.ps1 | 8 ++++---- 8 files changed, 17 insertions(+), 17 deletions(-) diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index ce7c2ad5433..8e6dc36709f 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "128.0.6562.0-snapshots", + "snapshots": "128.0.6563.0-snapshots", "stable": "126.0.6478.127" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 7328c6e929b..fe8df97a9f2 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 128.0.6562.0-snapshots + 128.0.6563.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 1c5c2f9419b..52ac125312c 100644 --- a/automatic/chromium/legal/VERIFICATION.txt +++ b/automatic/chromium/legal/VERIFICATION.txt @@ -7,13 +7,13 @@ location on (the listed mirrors and can be verified by doing the following: 1. Download the following: - 64-Bit software: + 64-Bit software: 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: 01D216FCFD67CB3AC563433E88AFFF76CBA7F3750EA8DCDC961A6293440684DB + checksum64: 20F171C79A0B68AC97FFEFE694BFA2D4AF172F4FC955D184FDFDA5CDB6240C15 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index bb07ef08496..79f35f245dd 100644 --- a/automatic/chromium/tools/chocolateyInstall.ps1 +++ b/automatic/chromium/tools/chocolateyInstall.ps1 @@ -2,7 +2,7 @@ $toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition . (Join-Path $toolsDir 'helper.ps1') -$version = '128.0.6562.0-snapshots' +$version = '128.0.6563.0-snapshots' $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string @@ -15,8 +15,8 @@ if (Test-Path $Chromium) { $packageArgs = @{ packageName = 'chromium' - url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1320203/mini_installer.exe' - checksum = '6F7190DF48099F799C94884D865BB20E20C35465E9C5B0D3E1D2EA6CE7D0B0AC' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1320594/mini_installer.exe' + checksum = '5AB6F6D3D9A2E690B3754C271F4C67477A52141F336879AE52480CE98A4CD556' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe' diff --git a/automatic/openshift-cli/legal/VERIFICATION.txt b/automatic/openshift-cli/legal/VERIFICATION.txt index 6608eb8f854..6c234bf7cf2 100644 --- a/automatic/openshift-cli/legal/VERIFICATION.txt +++ b/automatic/openshift-cli/legal/VERIFICATION.txt @@ -4,11 +4,11 @@ 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 +location on and can be verified by doing the following: 1. Download the following: - software: + software: 2. Get the checksum using one of the following methods: - Using powershell function 'Get-FileHash' @@ -17,6 +17,6 @@ and can be verified by doing the following: 3. The checksums should match the following: checksum type: - checksum: 7B8FE83A01B814360EC3D9579836326F4BC6738F371541B970B2431380C33B86 + checksum: BB8C3A352B2737FFE94133B2E95164CC8FD0212082F5C7D46DF972C19E141A9D The file 'LICENSE.txt' has been obtained from diff --git a/automatic/openshift-cli/openshift-cli.nuspec b/automatic/openshift-cli/openshift-cli.nuspec index d12d49e39cf..30e187fbcb7 100644 --- a/automatic/openshift-cli/openshift-cli.nuspec +++ b/automatic/openshift-cli/openshift-cli.nuspec @@ -3,7 +3,7 @@ openshift-cli - 4.15.18 + 4.16.0 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/openshift-cli chocolatey-community,Andrei Bejenaru OpenShift Command Line Interface (CLI) @@ -45,7 +45,7 @@ Origin is the upstream community project that powers OpenShift. Built around a c * Windows support is limited to 64bit systems. * **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.** ]]> - https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.15.18 + https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.16.0 diff --git a/automatic/selenium-chromium-edge-driver/selenium-chromium-edge-driver.nuspec b/automatic/selenium-chromium-edge-driver/selenium-chromium-edge-driver.nuspec index c6880520eb8..a044b7d295c 100644 --- a/automatic/selenium-chromium-edge-driver/selenium-chromium-edge-driver.nuspec +++ b/automatic/selenium-chromium-edge-driver/selenium-chromium-edge-driver.nuspec @@ -3,7 +3,7 @@ selenium-chromium-edge-driver - 126.0.2592.68 + 126.0.2592.81 Selenium Chromium Edge Driver Chromium and Microsoft teams chocolatey-community,agabrys,laurin1,AdmiringWorm diff --git a/automatic/selenium-chromium-edge-driver/tools/chocolateyinstall.ps1 b/automatic/selenium-chromium-edge-driver/tools/chocolateyinstall.ps1 index 5a0146d645c..48453e7ae19 100644 --- a/automatic/selenium-chromium-edge-driver/tools/chocolateyinstall.ps1 +++ b/automatic/selenium-chromium-edge-driver/tools/chocolateyinstall.ps1 @@ -7,10 +7,10 @@ $parameters = Get-PackageParameters $packageArgs = @{ packageName = 'selenium-chromium-edge-driver' - url = 'https://msedgedriver.azureedge.net/126.0.2592.68/edgedriver_win32.zip' - url64 = 'https://msedgedriver.azureedge.net/126.0.2592.68/edgedriver_win64.zip' - checksum = '5f1565ad365e49da855cb3307ffa724052197860e0ca948de7becc386bafaecd' - checksum64 = '3f3769f8ec243d6f067b1e1ae9e9a2b278ea5550bac79ee8457b6c4628c15e97' + 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' checksumType = 'sha256' checksumType64 = 'sha256' unzipLocation = $seleniumDir