From 9b5bf2bb92acce813e0e459e0cb3d6f564fa5062 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Thu, 9 Jan 2025 18:19:46 +0000 Subject: [PATCH] AU: 2 updated - chromium kubescape [skip ci] --- automatic/chromium/chromium.json | 2 +- automatic/chromium/chromium.nuspec | 4 ++-- automatic/chromium/legal/VERIFICATION.txt | 4 ++-- automatic/chromium/tools/chocolateyInstall.ps1 | 6 +++--- automatic/kubescape/kubescape.nuspec | 2 +- automatic/kubescape/legal/VERIFICATION.txt | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index c4a36e4e4f6..e1bb09cb86d 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { "snapshots": "134.0.6947.0-snapshots", - "stable": "131.0.6778.205" + "stable": "131.0.6778.265" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index ee5dd1fc57d..17171e1e58d 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,8 +3,8 @@ chromium - 134.0.6947.0-snapshots - Chromium Snapshots + 131.0.6778.265 + Chromium chocolatey-community The Chromium Authors http://www.chromium.org/Home diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 8ae9898ec1f..1e16e18993f 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: ABA64E886B5F5E3E3D0F02A44D21AF3D8F58B40880002A91278140DBAD3AFB12 + checksum64: 69BD18AB9625DC582D7004F100C721F50D357692E50A6A056E8A006880ACF765 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 458bd7c82c9..4c1c892b751 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 = '134.0.6947.0-snapshots' +$version = '131.0.6778.265' $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/1403979/mini_installer.exe' - checksum = 'D9C942669487474AE16551A171858D7AF36D0958F120220462A6FCE81D86A850' + url = 'https://github.com/Hibbiki/chromium-win32/releases/download/v109.0.5414.120-r1070088/mini_installer.sync.exe' + checksum = 'C1AABD6EEF38D759BBD92CA9516353D88C463A1E8389A875B4D12D53DB467F98' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe' diff --git a/automatic/kubescape/kubescape.nuspec b/automatic/kubescape/kubescape.nuspec index 5b1c3265de5..fe8ced8a894 100644 --- a/automatic/kubescape/kubescape.nuspec +++ b/automatic/kubescape/kubescape.nuspec @@ -3,7 +3,7 @@ kubescape - 3.0.22 + 3.0.23 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/kubescape chocolatey-community,hollowman kubescape: Kubernetes Security Platform diff --git a/automatic/kubescape/legal/VERIFICATION.txt b/automatic/kubescape/legal/VERIFICATION.txt index fb21c19cc7a..54e8f9bb8f1 100644 --- a/automatic/kubescape/legal/VERIFICATION.txt +++ b/automatic/kubescape/legal/VERIFICATION.txt @@ -8,7 +8,7 @@ location on 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' @@ -17,6 +17,6 @@ and can be verified by doing the following: 3. The checksums should match the following: checksum type: sha256 - checksum64: A04FD12AEAC34C89BC49A97814DDC6D597103B628DF90159B0F266B93331CC12 + checksum64: E725803811F304D65A825B5DD0328D956ED1E03D7D0EC4873CBC3EF0B2F5A6DB The file 'LICENSE.txt' has been obtained from