Skip to content

Commit

Permalink
AU: 4 updated - chromium kubernetes-cli libreoffice-fresh vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Dec 9, 2022
1 parent 8f6e25c commit 7fb3947
Show file tree
Hide file tree
Showing 14 changed files with 38 additions and 40 deletions.
4 changes: 2 additions & 2 deletions automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -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"
}
4 changes: 2 additions & 2 deletions automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>110.0.5466.0-snapshots</version>
<title>Chromium Snapshots</title>
<version>108.0.5359.99</version>
<title>Chromium</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
<projectUrl>http://www.chromium.org/Home</projectUrl>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1080911/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1080909/mini_installer.exe>
32-Bit software: <https://github.com/Hibbiki/chromium-win32/releases/download/v108.0.5359.99-r1016/mini_installer.sync.exe>
64-Bit software: <https://github.com/Hibbiki/chromium-win64/releases/download/v108.0.5359.99-r1016/mini_installer.sync.exe>
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 <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions automatic/kubernetes-cli/kubernetes-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
4 changes: 2 additions & 2 deletions automatic/kubernetes-cli/kubernetes-cli.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>kubernetes-cli</id>
<version>1.25.5</version>
<version>1.23.15</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/kubernetes-cli</packageSourceUrl>
<owners>chocolatey-community,Andrei Bejenaru</owners>
<title>Kubernetes Command Line Interface (CLI)</title>
Expand Down Expand Up @@ -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.
]]></description>
<releaseNotes>https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.25.md</releaseNotes>
<releaseNotes>https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.23.md</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
10 changes: 5 additions & 5 deletions automatic/kubernetes-cli/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.25.md>
location on <https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.23.md>
and can be verified by doing the following:

1. Download the following:
32-bit software: <https://dl.k8s.io/v1.25.5/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.25.5/kubernetes-client-windows-amd64.tar.gz>
32-bit software: <https://dl.k8s.io/v1.23.15/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.23.15/kubernetes-client-windows-amd64.tar.gz>

2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
Expand All @@ -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 <https://github.com/kubernetes/kubernetes/blob/d30db1f9a915aa95402e1190461469a1889d92be/LICENSE>
5 changes: 2 additions & 3 deletions automatic/libreoffice-streams/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# [<img src="https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/edba4a5849ff756e767cba86641bea97ff5721fe/icons/libreoffice.svg" width="48" height="48"/> LibreOffice Still](https://chocolatey.org/packages/libreoffice-still)
# [<img src="https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/edba4a5849ff756e767cba86641bea97ff5721fe/icons/libreoffice.svg" width="48" height="48"/> 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.**
2 changes: 1 addition & 1 deletion automatic/libreoffice-streams/libreoffice-streams.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"still": "7.3.7",
"fresh": "7.4.2"
"fresh": "7.4.3"
}
9 changes: 4 additions & 5 deletions automatic/libreoffice-streams/libreoffice-streams.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>libreoffice-still</id>
<title>LibreOffice Still</title>
<version>7.3.7</version>
<id>libreoffice-fresh</id>
<title>LibreOffice Fresh</title>
<version>7.4.3</version>
<authors>LibreOffice developers</authors>
<owners>chocolatey-community</owners>
<summary>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.</summary>
Expand All @@ -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.**
]]></description>
Expand Down
12 changes: 6 additions & 6 deletions automatic/libreoffice-streams/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1026/gvim_9.0.1026_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1026/gvim_9.0.1026_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1037/gvim_9.0.1037_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1037/gvim_9.0.1037_x64.zip>
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
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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 = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>9.0.1026</version>
<version>9.0.1037</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>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.</summary>
Expand Down

0 comments on commit 7fb3947

Please sign in to comment.