From ca8b6e5a04024780ab81f940a419db09c6daca73 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Wed, 6 Nov 2024 00:19:08 +0000 Subject: [PATCH] AU: 3 updated - chromium mkdocs-material openshift-cli [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/58f48aee73426dfbc3d15c1b4a50a7278cbf4f69 --- automatic/chromium/chromium.json | 2 +- automatic/chromium/chromium.nuspec | 2 +- automatic/chromium/legal/VERIFICATION.txt | 4 ++-- automatic/chromium/tools/chocolateyInstall.ps1 | 6 +++--- automatic/mkdocs-material/mkdocs-material.nuspec | 2 +- automatic/mkdocs-material/tools/ChocolateyInstall.ps1 | 2 +- automatic/openshift-cli/legal/VERIFICATION.txt | 6 +++--- automatic/openshift-cli/openshift-cli.nuspec | 4 ++-- 8 files changed, 14 insertions(+), 14 deletions(-) diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index a3c7ae50af8..62f05217b0f 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "132.0.6821.0-snapshots", + "snapshots": "132.0.6822.0-snapshots", "stable": "130.0.6723.92" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 660aee6d796..5339ee8b694 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 132.0.6821.0-snapshots + 132.0.6822.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index fe8e54c797f..60ad1b7a2f5 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: CF52ED87227D46B75020A6FF873C5D0A14324D66A5C264DC7D566CEB98C4D410 + checksum64: 76ADFDB9254B20CD159191C7B02C77BF801FB88C0A74361DCAE150072698DE59 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index ea2b824d32e..7cdb4c48420 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 = '132.0.6821.0-snapshots' +$version = '132.0.6822.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/1378182/mini_installer.exe' - checksum = 'B23F7F2E27B041504116F3AC46F98C255B94CBA938D3FFF5D5A7E19B1C932B1D' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1378585/mini_installer.exe' + checksum = '345D9DFA5276934F1785685C44919B573CF84886C16CBF4BC756D507AB414BB0' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe' diff --git a/automatic/mkdocs-material/mkdocs-material.nuspec b/automatic/mkdocs-material/mkdocs-material.nuspec index 8ae3623f4d6..f7b72913fcf 100644 --- a/automatic/mkdocs-material/mkdocs-material.nuspec +++ b/automatic/mkdocs-material/mkdocs-material.nuspec @@ -4,7 +4,7 @@ mkdocs-material MkDocs Material Theme - 9.5.43 + 9.5.44 Martin Donath chocolatey-community http://squidfunk.github.io/mkdocs-material/ diff --git a/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 b/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 index 615bab90771..d8e45e5ba29 100644 --- a/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 +++ b/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 @@ -1,6 +1,6 @@ Update-SessionEnvironment -$version = '9.5.43' +$version = '9.5.44' $proxy = Get-EffectiveProxy if ($proxy) { diff --git a/automatic/openshift-cli/legal/VERIFICATION.txt b/automatic/openshift-cli/legal/VERIFICATION.txt index b7b0feac9b2..aea65422f92 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: A7446666D86DAF1C0A46D9531F10619FDDDA28AA2A47DAACEF843D594F91FD2A + checksum: DAC013117F21F66E77DFD777CF79062183C33F804922088228175C04138CB5E3 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 cd4d8ced74d..c090cd5f105 100644 --- a/automatic/openshift-cli/openshift-cli.nuspec +++ b/automatic/openshift-cli/openshift-cli.nuspec @@ -3,7 +3,7 @@ openshift-cli - 4.17.2 + 4.17.3 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.17.2 + https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.17.3