From 9fb5d22e8d775ca0d41b588ff5219e70a46fe558 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Wed, 29 Nov 2023 00:14:58 +0000 Subject: [PATCH] AU: 6 updated - cmake cmake.install cmake.portable GoogleChrome openshift-cli vim [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/2031d11b18dd9e5f183cf5ff4e783ed25a1ce64f --- automatic/cmake.install/cmake.install.json | 2 +- automatic/cmake.install/cmake.install.nuspec | 2 +- automatic/cmake.install/legal/VERIFICATION.txt | 8 ++++---- automatic/cmake.install/tools/chocolateyInstall.ps1 | 4 ++-- automatic/cmake.portable/cmake.portable.json | 2 +- automatic/cmake.portable/cmake.portable.nuspec | 2 +- automatic/cmake.portable/legal/VERIFICATION.txt | 8 ++++---- automatic/cmake.portable/tools/chocolateyInstall.ps1 | 4 ++-- automatic/cmake/cmake.json | 2 +- automatic/cmake/cmake.nuspec | 4 ++-- automatic/googlechrome/googlechrome.nuspec | 2 +- automatic/googlechrome/tools/chocolateyInstall.ps1 | 6 +++--- 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 +- 17 files changed, 35 insertions(+), 35 deletions(-) diff --git a/automatic/cmake.install/cmake.install.json b/automatic/cmake.install/cmake.install.json index ef2d19d888a..ecd9d35be38 100644 --- a/automatic/cmake.install/cmake.install.json +++ b/automatic/cmake.install/cmake.install.json @@ -18,6 +18,6 @@ "3.24": "3.24.4", "3.25": "3.25.3", "3.26": "3.26.6", - "3.27": "3.27.8", + "3.27": "3.27.9", "3.28": "3.28.0-rc5" } diff --git a/automatic/cmake.install/cmake.install.nuspec b/automatic/cmake.install/cmake.install.nuspec index 126dcab498e..2e7f6283f4a 100644 --- a/automatic/cmake.install/cmake.install.nuspec +++ b/automatic/cmake.install/cmake.install.nuspec @@ -3,7 +3,7 @@ cmake.install - 3.26.6 + 3.27.9 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/cmake.install chocolatey-community, dtgm CMake (Install) diff --git a/automatic/cmake.install/legal/VERIFICATION.txt b/automatic/cmake.install/legal/VERIFICATION.txt index 8c5f97ac5f1..eb1e0c7271a 100644 --- a/automatic/cmake.install/legal/VERIFICATION.txt +++ b/automatic/cmake.install/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on and can be verified by doing the following: 1. Download the following: - 32-Bit software: - 64-Bit software: + 32-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 - checksum32: ADBAF31E0D447E03DC009681DD211AD17D8FC0FF7C6A0C20033E4FD13342B4E6 - checksum64: B4020A232207EE8438819B834EE33FCC0324B45E1ABB003AE22F8E2B4D77BB7A + checksum32: AB0C8191BD8B0B60831DF430DEEB3D2A626F90C0A58ADEE1D0EE43D1572968B9 + checksum64: 8E67EA0344EA28579E127FAB12D3015602A37A5D3C4763FE94D4CB2342EA0CD7 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/cmake.install/tools/chocolateyInstall.ps1 b/automatic/cmake.install/tools/chocolateyInstall.ps1 index fbc0773a87b..1c98e9faed3 100644 --- a/automatic/cmake.install/tools/chocolateyInstall.ps1 +++ b/automatic/cmake.install/tools/chocolateyInstall.ps1 @@ -5,8 +5,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'msi' - file = "$toolsPath\cmake-3.26.6-windows-i386.msi" - file64 = "$toolsPath\cmake-3.26.6-windows-x86_64.msi" + file = "$toolsPath\cmake-3.27.9-windows-i386.msi" + file64 = "$toolsPath\cmake-3.27.9-windows-x86_64.msi" softwareName = 'CMake' silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" validExitCodes = @(0, 3010, 1641) diff --git a/automatic/cmake.portable/cmake.portable.json b/automatic/cmake.portable/cmake.portable.json index 81bd6d4ac6b..3d5a014ebf2 100644 --- a/automatic/cmake.portable/cmake.portable.json +++ b/automatic/cmake.portable/cmake.portable.json @@ -18,6 +18,6 @@ "3.24": "3.24.4", "3.25": "3.25.3", "3.26": "3.26.6", - "3.27": "3.27.8", + "3.27": "3.27.9", "3.28": "3.28.0-rc5" } diff --git a/automatic/cmake.portable/cmake.portable.nuspec b/automatic/cmake.portable/cmake.portable.nuspec index 585ec678cf7..ba4f067df8b 100644 --- a/automatic/cmake.portable/cmake.portable.nuspec +++ b/automatic/cmake.portable/cmake.portable.nuspec @@ -3,7 +3,7 @@ cmake.portable - 3.26.6 + 3.27.9 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/cmake.portable chocolatey-community, dtgm CMake (Portable) diff --git a/automatic/cmake.portable/legal/VERIFICATION.txt b/automatic/cmake.portable/legal/VERIFICATION.txt index 505c627d123..423566770aa 100644 --- a/automatic/cmake.portable/legal/VERIFICATION.txt +++ b/automatic/cmake.portable/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on and can be verified by doing the following: 1. Download the following: - 32-Bit software: - 64-Bit software: + 32-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 - checksum32: DC3F535D880D1FFA7CFA86A0EEFDC1FC9BF8B9EDE59D1DEB7A2BB41F0A58D2D4 - checksum64: 07B1C4CAE3182CA1782A4D9775B5E5D164B475EB010E1DD98CE0C206C38FA73D + checksum32: 7296B5A46EB53BFD0E0FF1D818067745CB831AB8D3CEF9D266BFC842A435D515 + checksum64: C14E8B5D1C7BE0BAF0E7936CE8B5A39C5EE3450B14D7E3B32435083EDDD9AFF7 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/cmake.portable/tools/chocolateyInstall.ps1 b/automatic/cmake.portable/tools/chocolateyInstall.ps1 index f657770d3ee..9e218c5a4fc 100644 --- a/automatic/cmake.portable/tools/chocolateyInstall.ps1 +++ b/automatic/cmake.portable/tools/chocolateyInstall.ps1 @@ -4,8 +4,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = $env:ChocolateyPackageName - file = "$toolsPath\cmake-3.26.6-windows-i386.zip" - file64 = "$toolsPath\cmake-3.26.6-windows-x86_64.zip" + file = "$toolsPath\cmake-3.27.9-windows-i386.zip" + file64 = "$toolsPath\cmake-3.27.9-windows-x86_64.zip" destination = $toolsPath } diff --git a/automatic/cmake/cmake.json b/automatic/cmake/cmake.json index 8998e463edd..22e9e721a03 100644 --- a/automatic/cmake/cmake.json +++ b/automatic/cmake/cmake.json @@ -18,6 +18,6 @@ "3.24": "3.24.4", "3.25": "3.25.3", "3.26": "3.26.6", - "3.27": "3.27.8", + "3.27": "3.27.9", "3.28": "3.28.0-rc5" } diff --git a/automatic/cmake/cmake.nuspec b/automatic/cmake/cmake.nuspec index bd37fb60019..7dfcdcc37c2 100644 --- a/automatic/cmake/cmake.nuspec +++ b/automatic/cmake/cmake.nuspec @@ -3,7 +3,7 @@ cmake - 3.26.6 + 3.27.9 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/cmake chocolatey-community, dtgm CMake @@ -44,7 +44,7 @@ For example: `choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System'` * [News](https://blog.kitware.com/tag/CMake/) * [Changelog](https://www.cmake.org/download/#latest) - + diff --git a/automatic/googlechrome/googlechrome.nuspec b/automatic/googlechrome/googlechrome.nuspec index ccd33d18d9a..3efe506ef08 100644 --- a/automatic/googlechrome/googlechrome.nuspec +++ b/automatic/googlechrome/googlechrome.nuspec @@ -3,7 +3,7 @@ GoogleChrome - 119.0.6045.160 + 119.0.6045.200 Google Chrome chocolatey-community Google LLC. diff --git a/automatic/googlechrome/tools/chocolateyInstall.ps1 b/automatic/googlechrome/tools/chocolateyInstall.ps1 index 5a36a7e9ed5..db3c6b3981d 100644 --- a/automatic/googlechrome/tools/chocolateyInstall.ps1 +++ b/automatic/googlechrome/tools/chocolateyInstall.ps1 @@ -1,7 +1,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition . $toolsPath\helpers.ps1 -$version = '119.0.6045.160' +$version = '119.0.6045.200' if ($version -eq (Get-ChromeVersion)) { Write-Host "Google Chrome $version is already installed." return @@ -12,8 +12,8 @@ $packageArgs = @{ fileType = 'MSI' url = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise.msi' url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise64.msi' - checksum = 'cf486906f5d6ded2e0b5235e6ae6a935ed54706a475859c2bcb992910b306aef' - checksum64 = '5844c6694d6c22d494b6b2be29471515daed12d1d3c2f2ee4644ac6cb50a2d60' + checksum = '72ebc4f59405a5cb497d2fdd1e8989b07a1808ed0a43759802859ef351cf231d' + checksum64 = 'f0a7e673d2da6da8005726c0a1e040bde7201241a5f760e99182c12b025698b2' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" diff --git a/automatic/openshift-cli/legal/VERIFICATION.txt b/automatic/openshift-cli/legal/VERIFICATION.txt index a474327474e..eaa01828d72 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: 45C70487B2708FC6F9C3EE6C09958E954D86D97B9C20FDEC76A9BAF42BBD3BA9 + checksum: C4A2CB64A5357943C8AD8C3E98069CD9F89002C55241AA99598F819DCC3054BB 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 2b29923286a..8574714675d 100644 --- a/automatic/openshift-cli/openshift-cli.nuspec +++ b/automatic/openshift-cli/openshift-cli.nuspec @@ -3,7 +3,7 @@ openshift-cli - 4.14.2 + 4.14.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.14.2 + https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.14.3 diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index 926a29a10a5..c6b2072eb10 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: 9732D3F13F881345846882B7792EB545FAF716CDA35E92A3C57FE0A613043D65 - checksum64: 76D87E6BEF5F83ED803DB1C1EA76A372DF1C320394C525F83FF9E7245A38FD95 + checksum32: 5ED84712EC19DED544B99578130443F15EE29268156A81491C1208A1B88F1C68 + checksum64: 30A915B13A0CDB739EFB8F2FBA78710DAEFA75DFB41AC60B97F4BE42D9FF931B diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 4f37d44327c..1ab43f97d65 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.0.2130_x86.zip" - file64 = "$toolsDir\gvim_9.0.2130_x64.zip" + file = "$toolsDir\gvim_9.0.2136_x86.zip" + file64 = "$toolsDir\gvim_9.0.2136_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 240739eb035..7ed90838513 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.0.2130 + 9.0.2136 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.