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 Jan 26, 2022
1 parent b910868 commit ad6163d
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion automatic/kubernetes-cli/kubernetes-cli.json
Expand Up @@ -6,5 +6,5 @@
"1.8": "1.8.15",
"1.9": "1.9.11",
"1.1": "1.19.5",
"1.2": "1.23.2"
"1.2": "1.23.3"
}
4 changes: 2 additions & 2 deletions automatic/kubernetes-cli/kubernetes-cli.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>kubernetes-cli</id>
<version>1.23.2</version>
<version>1.23.3</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-1.2.md#v1232</releaseNotes>
<releaseNotes>https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.2.md#v1233</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
8 changes: 4 additions & 4 deletions automatic/kubernetes-cli/legal/VERIFICATION.txt
Expand Up @@ -8,8 +8,8 @@ location on <https://github.com/kubernetes/kubernetes/releases/latest>
and can be verified by doing the following:

1. Download the following:
32-bit software: <https://dl.k8s.io/v1.23.2/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.23.2/kubernetes-client-windows-amd64.tar.gz>
32-bit software: <https://dl.k8s.io/v1.23.3/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.23.3/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: 0517E68918E575027347505D25D02BD18D9A514920326AC6F7ABA27687ED5953
checksum64: ACDC8C9DC2FD15E68F994206A8C45B18544450AEE0AC4AEB43434EE3ECD154F7
checksum32: A220BA755F59497D815E6DDB28DE16B54C12E3DAE6FAC1458869D23DC99275A3
checksum64: 533411D6C040116C9BCFFB5266008A6807A51FB6551453F896ADBF9511E0DE64

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
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/v8.2.4212/gvim_8.2.4212_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.4212/gvim_8.2.4212_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.4219/gvim_8.2.4219_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.4219/gvim_8.2.4219_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: 545A34FF9A0EE43649D20623A1A8E53D2744530D28B402C6F22D1A46E573EC1C
checksum64: E10B0C8B0822A80CA29E576F94BFC474620118E10F1D6028D88F2DD4849CC173
checksum32: 5395EF13B1964813533102902E7E1E1BAB09D77805ECE499EF50352BEF35E813
checksum64: 2C55DBAACDC116DD30596117D64F1F204BCC027302EDCF8B3FC48642AAD348B8
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_8.2.4212_x86.zip"
file64 = "$toolsDir\gvim_8.2.4212_x64.zip"
file = "$toolsDir\gvim_8.2.4219_x86.zip"
file64 = "$toolsDir\gvim_8.2.4219_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>8.2.4212</version>
<version>8.2.4219</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds, matsuhav</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 ad6163d

Please sign in to comment.