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 Community committed Oct 30, 2020
1 parent 8cf0211 commit ab4170f
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.22.1</version>
<version>0.23.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/k9s</packageSourceUrl>
<owners>chocolatey-community,Matteo Dell'Aquila (moebius87)</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.22.1/change_logs/release_v0.22.1.md</releaseNotes>
<releaseNotes>https://github.com/derailed/k9s/blob/v0.23.0/change_logs/release_v0.23.0.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.22.1/k9s_Windows_x86_64.tar.gz>
64-bit software: <https://github.com/derailed/k9s/releases/download/v0.23.0/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: 9229BF78B06ACBDE63522659B8C50A5EE6BDBFABAEC9A8A951952A4534586F5B
checksum64: 7E60E1C36B4B3D672FB56BBF2276FB158C4455FC25EFEED423AFF7994CDCD05A

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.1920/gvim_8.2.1920_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1920/gvim_8.2.1920_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1923/gvim_8.2.1923_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1923/gvim_8.2.1923_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: FD34077BBC1D9A48A03C00E1BA07F348D3EFBA2AD6ACFC25966FDBC0A2212CC0
checksum64: 7DEFD916AB43474FA6F76034339EDAB262892BC6984CA926A4F7AFE50FA26527
checksum32: B0B026CABF9890E20718ABE31C9875FEEF265866D3BBC56995920282112F4AAD
checksum64: 045FFA0603CCD306F910A13F089DBCF062F64A296906ACF58A64FAA193AA05A8
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.1920_x86.zip"
file64 = "$toolsDir\gvim_8.2.1920_x64.zip"
file = "$toolsDir\gvim_8.2.1923_x86.zip"
file64 = "$toolsDir\gvim_8.2.1923_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.1920</version>
<version>8.2.1923</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 ab4170f

Please sign in to comment.