Skip to content

Commit

Permalink
AU: 2 updated - kubernetes-cli vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Sep 22, 2022
1 parent 190c8d0 commit 1c77e6f
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
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.14",
"1.22": "1.22.15",
"1.23": "1.23.12",
"1.24": "1.24.6",
"1.25": "1.25.1"
"1.25": "1.25.2"
}
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.24.6</version>
<version>1.25.2</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.24.md</releaseNotes>
<releaseNotes>https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.25.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.24.md>
location on <https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.25.md>
and can be verified by doing the following:

1. Download the following:
32-bit software: <https://dl.k8s.io/v1.24.6/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.24.6/kubernetes-client-windows-amd64.tar.gz>
32-bit software: <https://dl.k8s.io/v1.25.2/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.25.2/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: 3E7F3D5CB68FF481D3EFEDE4480F7AAD5CB3D3C21DABFE303707DB22E409ACC2
checksum64: 48CBDC7D298A9C82C048307CED9B252623C5CDD1A9BB077E4E7860BBF96672D9
checksum32: 863C116049A5582EB493ACF5CC822E05969028DE0C27AC04DA6142D437D338EF
checksum64: 44030A7F875D1CB7A49A274BA1AF1C0DB6183AF08EEC1B5D92B4B0C03FB8CE09

File 'LICENSE.txt' is obtained from <https://github.com/kubernetes/kubernetes/blob/d30db1f9a915aa95402e1190461469a1889d92be/LICENSE>
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.0525/gvim_9.0.0525_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0525/gvim_9.0.0525_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0538/gvim_9.0.0538_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0538/gvim_9.0.0538_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: 7CD549582F0E389B1D44480EE419F8A578B930548A3CC4CE15BEB3263BDED2B7
checksum64: 4457C96437D8B91EB98DD24D97DBB8D275293AD3AE12F073178458AB73C75311
checksum32: 49106CC42FAD5E3E58A63CA3E9376CD13EB8FA8AE7BAFBFD4BF1E740DBADCC05
checksum64: 142E03F4D0FCDA214D01DBC2959E28A6889BB669176F7EB87E4D09511B1DCC13
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.0525_x86.zip"
file64 = "$toolsDir\gvim_9.0.0525_x64.zip"
file = "$toolsDir\gvim_9.0.0538_x86.zip"
file64 = "$toolsDir\gvim_9.0.0538_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.0525</version>
<version>9.0.0538</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 1c77e6f

Please sign in to comment.