Skip to content

Commit

Permalink
AU: 2 updated - k9s vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 4, 2020
1 parent 77b02e7 commit 4442d34
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions automatic/k9s/k9s.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>k9s</id>
<version>0.21.1</version>
<version>0.21.2</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/k9s</packageSourceUrl>
<owners>Matteo Dell'Aquila (moebius87),chocolatey</owners>
<title>k9s: Kubernetes CLI To Manage Your Clusters In Style!</title>
Expand Down Expand Up @@ -53,7 +53,7 @@ Customize/Arrange which columns to display on a per resource basis.
* Resource Graph Traversals
* K9s provides for easy traversal of Kubernetes resources and their associated resources.
]]></description>
<releaseNotes>https://github.com/derailed/k9s/blob/v0.21.1/change_logs/release_v0.21.1.md</releaseNotes>
<releaseNotes>https://github.com/derailed/k9s/blob/v0.21.2/change_logs/release_v0.21.2.md</releaseNotes>
<dependencies>
<dependency id="kubernetes-cli" />
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions automatic/k9s/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ in verifying that this package's contents are trustworthy.
The embedded software can be verified by doing the following:

1. Download the following:
64-bit software: <https://github.com/derailed/k9s/releases/download/v0.21.1/k9s_Windows_x86_64.tar.gz>
64-bit software: <https://github.com/derailed/k9s/releases/download/v0.21.2/k9s_Windows_x86_64.tar.gz>

2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
Expand All @@ -15,6 +15,6 @@ The embedded software can be verified by doing the following:

3. The checksums should match the following:
checksum type: sha256
checksum64: 0C6EB82DCF40A7E92CF859778EB2F40AF1D7159D6F65A8468FF2F5E997CBB6E0
checksum64: 2B058F274D81DF71994D3F80F96435FA8EED8BACA86E51B3831E1B82ED10C8B0

The file 'LICENSE.txt' has been obtained from <https://raw.githubusercontent.com/derailed/k9s/2e05367256a7b2777b011da7213cf636c9ae4d17/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.1119/gvim_8.2.1119_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1119/gvim_8.2.1119_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1123/gvim_8.2.1123_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1123/gvim_8.2.1123_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: 8BCD2E022243A93BF57D66CD828F7AA22E832C5C6B509B820C30B80529F942B3
checksum64: 1CEBF6D266AE2520E2451AF86CF249D3D260096566FFD73FDDE8864FCCC29A2D
checksum32: 33C4B7245C9B41F223131366C4C5708C2C0F2508544D0977AD06A14D9BCE3882
checksum64: 9F0802A1F6A1D939A4DBF4282243F34639A4C050A07D225927371C564CF433D6
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.1119_x86.zip"
file64 = "$toolsDir\gvim_8.2.1119_x64.zip"
file = "$toolsDir\gvim_8.2.1123_x86.zip"
file64 = "$toolsDir\gvim_8.2.1123_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.1119</version>
<version>8.2.1123</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 4442d34

Please sign in to comment.