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 Jun 28, 2022
1 parent 8c5420f commit 32b80e8
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.25.18</version>
<version>0.25.19</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/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.25.18/change_logs/release_v0.25.18.md</releaseNotes>
<releaseNotes>https://github.com/derailed/k9s/blob/v0.25.19/change_logs/release_v0.25.19.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.25.18/k9s_Windows_x86_64.tar.gz>
64-bit software: <https://github.com/derailed/k9s/releases/download/v0.25.19/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: FC695992D3E615D82F53CFAA44C97EE67BD5182E928799D763388895EE4EC19B
checksum64: 3F9D7E86EF6FB1AD8A5A4D88B4F083CF3D0D68A76CC7187D507D3A325216B6F0

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.5166/gvim_8.2.5166_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.5166/gvim_8.2.5166_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.5171/gvim_8.2.5171_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.5171/gvim_8.2.5171_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: 8C87CB991B2C19E3D0AA2976C692884DC995278403C34ADC8A1847D50F8E09FD
checksum64: E6976F5AAACD6D9B1A295848CB96904CDE0F3183CACA22B06E50F7BECA83376C
checksum32: E03031DB027A101F4E45064F281AE87E6C8CECD5C67EBEFEA03F645A522D0E84
checksum64: 044B26E9E86B9B646FA19D26E400ADDB494309D72DD22484A81E392B742DDF32
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.5166_x86.zip"
file64 = "$toolsDir\gvim_8.2.5166_x64.zip"
file = "$toolsDir\gvim_8.2.5171_x86.zip"
file64 = "$toolsDir\gvim_8.2.5171_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.5166</version>
<version>8.2.5171</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 32b80e8

Please sign in to comment.