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 Nov 21, 2021
1 parent 5165a29 commit 8360a6a
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
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>k9s</id>
<version>0.25.3</version>
<version>0.25.4</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.3/change_logs/release_v0.25.3.md</releaseNotes>
<releaseNotes>https://github.com/derailed/k9s/blob/v0.25.4/change_logs/release_v0.25.4.md</releaseNotes>
<dependencies>
<dependency id="kubernetes-cli" />
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions automatic/k9s/legal/VERIFICATION.txt
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.3/k9s_Windows_x86_64.tar.gz>
64-bit software: <https://github.com/derailed/k9s/releases/download/v0.25.4/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: D626A228137F9CFDCE982263AC0847BF5CBE2A3FCFB79E6C162D26DA3E082D10
checksum64: 2B68BDBBCEF5C545738D65444AEE87384F5AB59A15F4794469D3F974EBCE3C59

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
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.3625/gvim_8.2.3625_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3625/gvim_8.2.3625_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3635/gvim_8.2.3635_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3635/gvim_8.2.3635_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: FCB3C9E3AD3040478AC558B16F660E786D2125B444DE8A023F7BD78BEB1A5BFB
checksum64: 8FE5B9670EB966DE52EA5796EAF492842623FB52CF48A4044ABB47C0017FD0F2
checksum32: 29F3485107E491CD4E41BF25123FB41E6A237ADF0B25FEABDF8E99F8F24BB7D4
checksum64: 32E10B1D4EBD4EB8C8F2E62F2EC76EBA33AF5841EDEFEAB4218B44524CF07131
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_8.2.3625_x86.zip"
file64 = "$toolsDir\gvim_8.2.3625_x64.zip"
file = "$toolsDir\gvim_8.2.3635_x86.zip"
file64 = "$toolsDir\gvim_8.2.3635_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>8.2.3625</version>
<version>8.2.3635</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 8360a6a

Please sign in to comment.