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 Dec 10, 2019
1 parent ff2a927 commit c0e162a
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.16.2"
"1.1": "1.17.0"
}
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.16.2</version>
<version>1.17.0</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#v1162</releaseNotes>
<releaseNotes>https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.1.md#v1170</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.16.2/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.16.2/kubernetes-client-windows-amd64.tar.gz>
32-bit software: <https://dl.k8s.io/v1.17.0/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.17.0/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: B4D867B0C0353ACC1145A8792A10F869C3CD06F63DAF0DFE905BDBB81A42A4B3
checksum64: 255B0C595B2A86A86BE4C1D7FBAE0E0AA727221A6F1A4911F5DFDC38CA6FE6C9
checksum32: BF15CA09D869BA7457A74033B0F0179A7650EA7294C89DA45F413DDE4375AB4E
checksum64: 70EF84C26F4B560E35EED1A5145B555B42495E390CFB4537C6B5CB678E6A901F

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.1.2410/gvim_8.1.2410_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2410/gvim_8.1.2410_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2414/gvim_8.1.2414_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2414/gvim_8.1.2414_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: 21986B0FEC95B87F0B4B2B7690FC2E78E6D68346395D915B1C73A8DB8FF60D08
checksum64: CF13903DEE3A821071730F7B474D03FF104F38D83D0B0F5800BA7F0B8A0679B7
checksum32: EF1F43AED99106DB59077754231AB50D0802D8B589478B461C18DE97B9800301
checksum64: 65ECF22D61925AD6032C8DFB6923B2DE14041541C47C94A1F0AA39557548AFB9
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.1.2410_x86.zip"
file64 = "$toolsDir\gvim_8.1.2410_x64.zip"
file = "$toolsDir\gvim_8.1.2414_x86.zip"
file64 = "$toolsDir\gvim_8.1.2414_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.1.2410</version>
<version>8.1.2414</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 c0e162a

Please sign in to comment.