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 committed Jun 27, 2020
1 parent eb34f11 commit 569ab03
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
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"1.7": "1.7.16",
"1.8": "1.8.15",
"1.9": "1.9.11",
"1.1": "1.18.2"
"1.1": "1.18.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.18.2</version>
<version>1.18.5</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/kubernetes-cli</packageSourceUrl>
<owners>chocolatey,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.1.md#v1182</releaseNotes>
<releaseNotes>https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.1.md#v1185</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
8 changes: 4 additions & 4 deletions automatic/kubernetes-cli/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
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.18.2/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.18.2/kubernetes-client-windows-amd64.tar.gz>
32-bit software: <https://dl.k8s.io/v1.18.5/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.18.5/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: D5F6AAC40F861090BC588586EDEE04F7C3014B6643538A2936064965FB9B13A6
checksum64: 0C5F535EEF794FBC1ED4B2ED2A25E41DAC0ABE2CEC17D4E5B037F540CFF1F415
checksum32: 4FEE251FBC7A297B78BE87202A7684D72834C63FD5FF33D790FBD6DB118A5190
checksum64: DE4F5F0296ED4B4FBD79595EBAE1C1586A341DB00BBF8665BB41820D90532566

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/v8.2.1058/gvim_8.2.1058_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1058/gvim_8.2.1058_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1065/gvim_8.2.1065_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1065/gvim_8.2.1065_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: CA8258644AD0A60AA9AB2346409C81595BE7265E28F4B0E51B0232621A4DA137
checksum64: 5DF9B466534F94E577031CA992915ED62CDCF2BD51A484284277B0A15DFC6DD8
checksum32: A6EB6C1C67A376793EEC65FDCDC4B6308A31FEB1A6C1067443FDF54D3D0D6F83
checksum64: AF62D8E6AAD0053F6A5AEA7DF79B5F5A38B7D1B1B6BDFF9F0B4C1F039DAD0CFD
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_8.2.1058_x86.zip"
file64 = "$toolsDir\gvim_8.2.1058_x64.zip"
file = "$toolsDir\gvim_8.2.1065_x86.zip"
file64 = "$toolsDir\gvim_8.2.1065_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>8.2.1058</version>
<version>8.2.1065</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey, 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 569ab03

Please sign in to comment.