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 Jul 16, 2020
1 parent a0aafef commit ab5c26e
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.5"
"1.1": "1.18.6"
}
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.5</version>
<version>1.18.6</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#v1185</releaseNotes>
<releaseNotes>https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.1.md#v1186</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.5/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.18.5/kubernetes-client-windows-amd64.tar.gz>
32-bit software: <https://dl.k8s.io/v1.18.6/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.18.6/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: 4FEE251FBC7A297B78BE87202A7684D72834C63FD5FF33D790FBD6DB118A5190
checksum64: DE4F5F0296ED4B4FBD79595EBAE1C1586A341DB00BBF8665BB41820D90532566
checksum32: 3837FAFA71A2C58D15B5DAEB32FFDD2935FD7686379BB58A1C1927C4A0DD388D
checksum64: EE123C3B1BD87E26B3E8BA6FF74D36E770A8FD52EA11A3114CD9554BECF3C2E2

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.1206/gvim_8.2.1206_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1206/gvim_8.2.1206_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1224/gvim_8.2.1224_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1224/gvim_8.2.1224_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: 7B0151D2E0505E7A3366F08D2638A07A7944CB6962DF04B4718A7940F8E95DF7
checksum64: B9EC7710B21C5B4047746F784E939EE2D93ECD9B826F590EC96D9CCCD376B533
checksum32: D030338A727DB21E5BFD87D6198BC159526E4C7A38D4F01230F2AD9C825E0D8C
checksum64: 367BCF1B2FD3A8E78216237FE55C9D097A27AFF0B00AE8599B4BB5E729B90D79
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.1206_x86.zip"
file64 = "$toolsDir\gvim_8.2.1206_x64.zip"
file = "$toolsDir\gvim_8.2.1224_x86.zip"
file64 = "$toolsDir\gvim_8.2.1224_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.1206</version>
<version>8.2.1224</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 ab5c26e

Please sign in to comment.