From 781c43b1ef974d4dd1e74985dd123e2972a176a3 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Wed, 4 Dec 2024 00:19:25 +0000 Subject: [PATCH] AU: 5 updated - chromium nodejs nodejs.install openshift-cli vim [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/nodejs.install/legal/VERIFICATION.txt | 6 ++++-- automatic/nodejs.install/nodejs.install.json | 2 +- automatic/nodejs.install/nodejs.install.nuspec | 2 +- automatic/nodejs.install/tools/chocolateyInstall.ps1 | 4 ++-- automatic/nodejs/nodejs.json | 2 +- automatic/nodejs/nodejs.nuspec | 4 ++-- automatic/openshift-cli/legal/VERIFICATION.txt | 6 +++--- automatic/openshift-cli/openshift-cli.nuspec | 4 ++-- automatic/vim/legal/VERIFICATION.txt | 8 ++++---- automatic/vim/tools/chocolateyinstall.ps1 | 4 ++-- automatic/vim/vim.nuspec | 2 +- 15 files changed, 30 insertions(+), 28 deletions(-) diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index edf03cd2dd6..93020505de9 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "133.0.6875.0-snapshots", + "snapshots": "133.0.6876.0-snapshots", "stable": "131.0.6778.86" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 831e35c72f5..0e3063e50c5 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 133.0.6875.0-snapshots + 133.0.6876.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index f0220a933c2..73ef6c65df4 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: 96319DD327F4CA3E75624145E7CD1D34391ACB61A42F74CFEB08D9F3E0CCA0F6 + checksum64: E57F03086546E2A83846AE3BF8E20FFA17F0566FDE88830BBCB3BAC7B376EA28 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index f89b3e91e36..b9d91d8d255 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 = '133.0.6875.0-snapshots' +$version = '133.0.6876.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/1390874/mini_installer.exe' - checksum = 'BB84E3E9C5ECFB2B7227940EECEDD068AED1412837A8B8A6AA3FBE84F9B0CF4F' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1391253/mini_installer.exe' + checksum = 'B89E986D3494513E8804CF65C7D60BCE4288A59D3460C6C0BBA8D54C657FB713' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe' diff --git a/automatic/nodejs.install/legal/VERIFICATION.txt b/automatic/nodejs.install/legal/VERIFICATION.txt index 4dd9f878133..a1857682543 100644 --- a/automatic/nodejs.install/legal/VERIFICATION.txt +++ b/automatic/nodejs.install/legal/VERIFICATION.txt @@ -6,11 +6,13 @@ The installer/archive has been downloaded from the authors official download lin and can be verified using the following: 1. Download the following installers/archives - - 64-Bit: + - 32-Bit: + - 64-Bit: 2. Use one of the following methods to obtain the checksum - Use powershell function 'Get-FileHash' - Use chocolatey utility 'checksum.exe' 3. Verify the downloaded installers/archives matches the following SHA256 checksum: - - 64-Bit Checksum: + - 32-Bit Checksum: <97FD52500C6947D5886C616CE37C93D40F5B0B811A1F87F89783C25E0DE345E3> + - 64-Bit Checksum: <5FA43604523BE95F8E73C4C98337A5C2BF02450A6525AD25EC2926E464E6BCEF> Additionally, the included 'LICENSE.txt' have been obtained from . diff --git a/automatic/nodejs.install/nodejs.install.json b/automatic/nodejs.install/nodejs.install.json index c7c3b17ee29..d7aaf001d6a 100644 --- a/automatic/nodejs.install/nodejs.install.json +++ b/automatic/nodejs.install/nodejs.install.json @@ -17,6 +17,6 @@ "19": "19.9.0", "20": "20.18.1", "21": "21.7.3", - "22": "22.11.0", + "22": "22.12.0", "23": "23.3.0" } diff --git a/automatic/nodejs.install/nodejs.install.nuspec b/automatic/nodejs.install/nodejs.install.nuspec index 6079a8f95b8..ac0b30697de 100644 --- a/automatic/nodejs.install/nodejs.install.nuspec +++ b/automatic/nodejs.install/nodejs.install.nuspec @@ -4,7 +4,7 @@ nodejs.install Node JS (Install) - 23.3.0 + 22.12.0 Node.js Foundation chocolatey-community, Rob Reynolds Node JS - Evented I/O for v8 JavaScript. diff --git a/automatic/nodejs.install/tools/chocolateyInstall.ps1 b/automatic/nodejs.install/tools/chocolateyInstall.ps1 index d9562a49e93..c37ddbbea7e 100644 --- a/automatic/nodejs.install/tools/chocolateyInstall.ps1 +++ b/automatic/nodejs.install/tools/chocolateyInstall.ps1 @@ -6,8 +6,8 @@ $packageArgs = @{ PackageName = 'nodejs.install' FileType = 'msi' SoftwareName = 'Node.js' - File = '' - File64 = "$toolsPath\node-v23.3.0-x64.msi" + File = "$toolsPath\node-v22.12.0-x86.msi" + File64 = "$toolsPath\node-v22.12.0-x64.msi" SilentArgs = '/quiet ADDLOCAL=ALL' ValidExitCodes = @(0) } diff --git a/automatic/nodejs/nodejs.json b/automatic/nodejs/nodejs.json index 59839e943ec..a79c0556159 100644 --- a/automatic/nodejs/nodejs.json +++ b/automatic/nodejs/nodejs.json @@ -17,6 +17,6 @@ "19": "19.9.0", "20": "20.18.1", "21": "21.7.3", - "22": "22.11.0", + "22": "22.12.0", "23": "23.3.0" } diff --git a/automatic/nodejs/nodejs.nuspec b/automatic/nodejs/nodejs.nuspec index c3f036870ba..a6c7cbb2b9b 100644 --- a/automatic/nodejs/nodejs.nuspec +++ b/automatic/nodejs/nodejs.nuspec @@ -4,7 +4,7 @@ nodejs Node JS - 23.3.0 + 22.12.0 Node.js Foundation chocolatey-community, Rob Reynolds Node JS - Evented I/O for v8 JavaScript. @@ -31,7 +31,7 @@ This package runs the official Node JS installer, resulting in Node.exe and NPM false https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png - + diff --git a/automatic/openshift-cli/legal/VERIFICATION.txt b/automatic/openshift-cli/legal/VERIFICATION.txt index 02455bad70d..f6071c4fc99 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: 80FD4B5EA3EAF6BCCA0562B6B52096CD8D3978E74A00066BD218C838994A47D7 + checksum: 5D27C73F2DCCC7B3041CB06FBE9A4167779B33405A712EE4515A365877523F55 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 4b8f51fa669..ab9e722b5a9 100644 --- a/automatic/openshift-cli/openshift-cli.nuspec +++ b/automatic/openshift-cli/openshift-cli.nuspec @@ -3,7 +3,7 @@ openshift-cli - 4.17.5 + 4.17.6 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.5 + https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.17.6 diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index 483e47d25ad..4f3e40755ba 100644 --- a/automatic/vim/legal/VERIFICATION.txt +++ b/automatic/vim/legal/VERIFICATION.txt @@ -5,11 +5,11 @@ in verifying that this package's contents are trustworthy. The embedded software have been downloaded from GitHub and can be verified like this: 1. Download the following zips: - 32-Bit: - 64-Bit: + 32-Bit: + 64-Bit: 2. You can use one of the following methods to obtain the SHA256 checksum: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: 7DF2B701DC3A4B87CCE421FF5A38A30C7170E739A76B5296826F8528782A73EA - checksum64: F64D6285A041CFAF5DFCCD15F3B7E331445B92B56270F84244FAFEDFE1AB6F9A + checksum32: 79611373E56C35A53F732C8C8093C02C9A8845307FDEB4E3A77ECE0A36744551 + checksum64: FAE52436CA3EBBD962B718FA07E00B17AADCCFF41A7B4CD7ADA9625637959B7F diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 5ee12681d68..c9ad33c0bb2 100644 --- a/automatic/vim/tools/chocolateyinstall.ps1 +++ b/automatic/vim/tools/chocolateyinstall.ps1 @@ -9,8 +9,8 @@ $installDir = Get-InstallDir $packageArgs = @{ packageName = $env:ChocolateyPackageName unzipLocation = $installDir - file = "$toolsDir\gvim_9.1.0901_x86.zip" - file64 = "$toolsDir\gvim_9.1.0901_x64.zip" + file = "$toolsDir\gvim_9.1.0902_x86.zip" + file64 = "$toolsDir\gvim_9.1.0902_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 152d0fcfceb..7bf1b0be88e 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.1.0901 + 9.1.0902 Bram Moolenaar, Vim Community chocolatey-community, Rob Reynolds Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.