From 7fb3947c3f8f3c052abebd4e9bd4d103882db743 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Fri, 9 Dec 2022 00:15:21 +0000 Subject: [PATCH] AU: 4 updated - chromium kubernetes-cli libreoffice-fresh vim [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/1909f703998d30e50f5d33d041bb39d3899d47ca --- automatic/chromium/chromium.json | 4 ++-- automatic/chromium/chromium.nuspec | 4 ++-- automatic/chromium/legal/VERIFICATION.txt | 8 ++++---- automatic/chromium/tools/chocolateyInstall.ps1 | 2 +- automatic/kubernetes-cli/kubernetes-cli.json | 4 ++-- automatic/kubernetes-cli/kubernetes-cli.nuspec | 4 ++-- automatic/kubernetes-cli/legal/VERIFICATION.txt | 10 +++++----- automatic/libreoffice-streams/README.md | 5 ++--- .../libreoffice-streams/libreoffice-streams.json | 2 +- .../libreoffice-streams/libreoffice-streams.nuspec | 9 ++++----- .../libreoffice-streams/tools/chocolateyInstall.ps1 | 12 ++++++------ automatic/vim/legal/VERIFICATION.txt | 8 ++++---- automatic/vim/tools/chocolateyinstall.ps1 | 4 ++-- automatic/vim/vim.nuspec | 2 +- 14 files changed, 38 insertions(+), 40 deletions(-) diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index a2b5f8ebad9..1e3a9661a62 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "110.0.5466.0-snapshots", - "stable": "108.0.5359.95" + "snapshots": "110.0.5467.0-snapshots", + "stable": "108.0.5359.99" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index cd3c152a9d6..28d5caf85e8 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,8 +3,8 @@ chromium - 110.0.5466.0-snapshots - Chromium Snapshots + 108.0.5359.99 + 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 23c5e8ec5d5..42707ec6298 100644 --- a/automatic/chromium/legal/VERIFICATION.txt +++ b/automatic/chromium/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on (the listed mirrors 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: 80958E11B81FAED0893CC853FAF350CB0592C9AB9466EE4C9FDE94E5C318DF68 - checksum64: DF3480404BF4D96A5F3B8F7A8BBF3E441BF1B78BDBC80F62C8E2B8C79A438193 + checksum32: EBFE8E1F6F1FC7D0BDCDC18DD66DB2546C329BD41930CDE32676EE7F482442EE + checksum64: 30B886B1CC84210A398A5A67EC234EEED11E4531D830B89E08342A4B69364908 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 9daa3b1437e..af43ef572ab 100644 --- a/automatic/chromium/tools/chocolateyInstall.ps1 +++ b/automatic/chromium/tools/chocolateyInstall.ps1 @@ -2,7 +2,7 @@ $scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition) . (Join-Path $scriptDir 'helper.ps1') -$version = "110.0.5466.0-snapshots" +$version = "108.0.5359.99" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string diff --git a/automatic/kubernetes-cli/kubernetes-cli.json b/automatic/kubernetes-cli/kubernetes-cli.json index ca68d06dde1..69d7d7195b8 100644 --- a/automatic/kubernetes-cli/kubernetes-cli.json +++ b/automatic/kubernetes-cli/kubernetes-cli.json @@ -11,8 +11,8 @@ "1.19": "1.19.16", "1.20": "1.20.15", "1.21": "1.21.14", - "1.22": "1.22.16", - "1.23": "1.23.14", + "1.22": "1.22.17", + "1.23": "1.23.15", "1.24": "1.24.9", "1.25": "1.25.5" } diff --git a/automatic/kubernetes-cli/kubernetes-cli.nuspec b/automatic/kubernetes-cli/kubernetes-cli.nuspec index e739c683b9e..f00fe6166d3 100644 --- a/automatic/kubernetes-cli/kubernetes-cli.nuspec +++ b/automatic/kubernetes-cli/kubernetes-cli.nuspec @@ -3,7 +3,7 @@ kubernetes-cli - 1.25.5 + 1.23.15 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/kubernetes-cli chocolatey-community,Andrei Bejenaru Kubernetes Command Line Interface (CLI) @@ -60,7 +60,7 @@ Automatically mount the storage system of your choice, whether from local storag #### Batch execution In addition to services, Kubernetes can manage your batch and CI workloads, replacing containers that fail, if desired. ]]> - https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.25.md + https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.23.md diff --git a/automatic/kubernetes-cli/legal/VERIFICATION.txt b/automatic/kubernetes-cli/legal/VERIFICATION.txt index 74677cc1350..1a9df6eb4c0 100644 --- a/automatic/kubernetes-cli/legal/VERIFICATION.txt +++ b/automatic/kubernetes-cli/legal/VERIFICATION.txt @@ -4,12 +4,12 @@ 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: - 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' @@ -18,7 +18,7 @@ and can be verified by doing the following: 3. The checksums should match the following: checksum type: sha256 - checksum32: 7FD6F965BE36FDEE3C0D29E2C65078F7F02CD0867330302980ED8787BB35986E - checksum64: BC8B3C74D3A4C4375BA555CA2F3E82B99BBFEF6302A1B733F59479F7FF9F3F18 + checksum32: EF8D9A9252B38B2A675F361B815028F9DBDC5480DAC87AB89760CF837757AC56 + checksum64: 9ACBDAF59CCE1FE3E320DF76EF24899DE4FAA56D4B2A3C66072D73860BB7AAAC File 'LICENSE.txt' is obtained from diff --git a/automatic/libreoffice-streams/README.md b/automatic/libreoffice-streams/README.md index dd1a4b65218..579828f8c3c 100644 --- a/automatic/libreoffice-streams/README.md +++ b/automatic/libreoffice-streams/README.md @@ -1,11 +1,10 @@ -# [ LibreOffice Still](https://chocolatey.org/packages/libreoffice-still) +# [ LibreOffice Fresh](https://chocolatey.org/packages/libreoffice-fresh) LibreOffice is the free power-packed Open Source personal productivity suite for Windows, macOS and Linux, that gives you six feature-rich applications for all your document production and data processing needs. ## Notes - This package relies on the update service provided by The Document Foundation to determine new updates. As their policy is to distribute to their website immediately and to the update service after 1 to 2 weeks, there will be a delay between a new software update and a new version release of the package. -- This package installs LibreOffice Still which is the stable version of LibreOffice that has undergone more testing (over a longer time). This version is recommended for more conservative users or for deployments in enterprise or corporate environments. If you want the latest version with the most recent bleeding-edge features, install [libreoffice-fresh](/packages/libreoffice-fresh) instead. -- For business deployments, The Document Foundation (the foundation behind the LibreOffice project) strongly recommends [support from certified partners](https://www.libreoffice.org/get-help/professional-support/) which also offer long-term support versions of LibreOffice. +- This package installs LibreOffice Fresh which is the stable version of LibreOffice with the most recent bleeding-edge features. This version is recommended for technology enthusiasts, early adopters or power users. For more conservative users or for deployments in enterprise or corporate environments, it is recommended to install [libreoffice-still](/packages/libreoffice-still) instead. - Older versions of this package are likely broken because the LibreOffice team removes the download links for older versions after each update. - **If the package is out of date by more than 2 weeks, 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.** diff --git a/automatic/libreoffice-streams/libreoffice-streams.json b/automatic/libreoffice-streams/libreoffice-streams.json index c893d440384..80ae6e861b5 100644 --- a/automatic/libreoffice-streams/libreoffice-streams.json +++ b/automatic/libreoffice-streams/libreoffice-streams.json @@ -1,4 +1,4 @@ { "still": "7.3.7", - "fresh": "7.4.2" + "fresh": "7.4.3" } diff --git a/automatic/libreoffice-streams/libreoffice-streams.nuspec b/automatic/libreoffice-streams/libreoffice-streams.nuspec index 6da5a15a746..77c1da7aad9 100644 --- a/automatic/libreoffice-streams/libreoffice-streams.nuspec +++ b/automatic/libreoffice-streams/libreoffice-streams.nuspec @@ -2,9 +2,9 @@ - libreoffice-still - LibreOffice Still - 7.3.7 + libreoffice-fresh + LibreOffice Fresh + 7.4.3 LibreOffice developers chocolatey-community LibreOffice is the free power-packed Open Source personal productivity suite for Windows, Macintosh and Linux, that gives you six feature-rich applications for all your document production and data processing needs. @@ -13,8 +13,7 @@ ## Notes - This package relies on the update service provided by The Document Foundation to determine new updates. As their policy is to distribute to their website immediately and to the update service after 1 to 2 weeks, there will be a delay between a new software update and a new version release of the package. -- This package installs LibreOffice Still which is the stable version of LibreOffice that has undergone more testing (over a longer time). This version is recommended for more conservative users or for deployments in enterprise or corporate environments. If you want the latest version with the most recent bleeding-edge features, install [libreoffice-fresh](/packages/libreoffice-fresh) instead. -- For business deployments, The Document Foundation (the foundation behind the LibreOffice project) strongly recommends [support from certified partners](https://www.libreoffice.org/get-help/professional-support/) which also offer long-term support versions of LibreOffice. +- This package installs LibreOffice Fresh which is the stable version of LibreOffice with the most recent bleeding-edge features. This version is recommended for technology enthusiasts, early adopters or power users. For more conservative users or for deployments in enterprise or corporate environments, it is recommended to install [libreoffice-still](/packages/libreoffice-still) instead. - Older versions of this package are likely broken because the LibreOffice team removes the download links for older versions after each update. - **If the package is out of date by more than 2 weeks, 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.** ]]> diff --git a/automatic/libreoffice-streams/tools/chocolateyInstall.ps1 b/automatic/libreoffice-streams/tools/chocolateyInstall.ps1 index 4aae56929bc..c45249fd1be 100644 --- a/automatic/libreoffice-streams/tools/chocolateyInstall.ps1 +++ b/automatic/libreoffice-streams/tools/chocolateyInstall.ps1 @@ -4,13 +4,13 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" . $toolsDir\helpers.ps1 $packageArgs = @{ - packageName = 'libreoffice-still' - version = '7.3.7' + packageName = 'libreoffice-fresh' + version = '7.4.3' fileType = 'msi' - url = 'https://download.documentfoundation.org/libreoffice/stable/7.3.7/win/x86/LibreOffice_7.3.7_Win_x86.msi' - url64bit = 'https://download.documentfoundation.org/libreoffice/stable/7.3.7/win/x86_64/LibreOffice_7.3.7_Win_x64.msi' - checksum = 'e2a0daf7086d6dd320c9f7d2a00879ebd9d64fd1362edc7498a4920cb9f0d110' - checksum64 = '4b2cc5cce43ce7364ee307cf6542a8f26296bc409d292d69a4a8c70924384fd2' + url = 'https://download.documentfoundation.org/libreoffice/stable/7.4.3/win/x86/LibreOffice_7.4.3_Win_x86.msi' + url64bit = 'https://download.documentfoundation.org/libreoffice/stable/7.4.3/win/x86_64/LibreOffice_7.4.3_Win_x64.msi' + checksum = '07415d8740079623f5d21eddcdf10212935ddd43d52e0f54b06d52cc43c44bcd' + checksum64 = 'f4cf0fe2ff0b9716d3622202c4dcbd7aedabce03e135a159d747f9bbeb92da01' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = '/qn /passive /norestart /l*v "{0}"' -f "$($env:TEMP)\$($env:ChocolateyPackageName).$($env:ChocolateyPackageVersion).MsiInstall.log" diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index a4b4058243b..6a1c1796be4 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: 8F404BDE90F4AAFEAD6AD693F60A71E003245CD4A3A0C4B4751C569E7F11590B - checksum64: 2494E252A0DB3C8FA23CA8855A622670D7F2317F56974F0684901CF11FBB07A0 + checksum32: 805835C50084C9F11544056D85C0E2357C0890456315D5E895747E3A599268F2 + checksum64: 6E04D057E581EAA0517991A030A33F8F5F21D677F1FB1527198CDB8192D0273E diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 1d7247dc94b..cc3a2e583fd 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.1026_x86.zip" - file64 = "$toolsDir\gvim_9.0.1026_x64.zip" + file = "$toolsDir\gvim_9.0.1037_x86.zip" + file64 = "$toolsDir\gvim_9.0.1037_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 202a9d2525e..443dc2f1179 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.0.1026 + 9.0.1037 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.