diff --git a/automatic/k9s/k9s.nuspec b/automatic/k9s/k9s.nuspec index 3c3d7ef8507..d0e6f4c057b 100644 --- a/automatic/k9s/k9s.nuspec +++ b/automatic/k9s/k9s.nuspec @@ -3,7 +3,7 @@ k9s - 0.25.18 + 0.25.19 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/k9s chocolatey-community,Matteo Dell'Aquila (moebius87) k9s: Kubernetes CLI To Manage Your Clusters In Style! @@ -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. ]]> - https://github.com/derailed/k9s/blob/v0.25.18/change_logs/release_v0.25.18.md + https://github.com/derailed/k9s/blob/v0.25.19/change_logs/release_v0.25.19.md diff --git a/automatic/k9s/legal/VERIFICATION.txt b/automatic/k9s/legal/VERIFICATION.txt index e12154972db..e0e22819dd7 100644 --- a/automatic/k9s/legal/VERIFICATION.txt +++ b/automatic/k9s/legal/VERIFICATION.txt @@ -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: + 64-bit software: 2. Get the checksum using one of the following methods: - Using powershell function 'Get-FileHash' @@ -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 diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index f69cb332be8..f9db22d873d 100644 --- a/automatic/vim/legal/VERIFICATION.txt +++ b/automatic/vim/legal/VERIFICATION.txt @@ -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: - 64-Bit: + 32-Bit: + 64-Bit: 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 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 43184cac91f..64ef377e231 100644 --- a/automatic/vim/tools/chocolateyinstall.ps1 +++ b/automatic/vim/tools/chocolateyinstall.ps1 @@ -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 = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 62dbc706ef5..7c0879b8bf9 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 8.2.5166 + 8.2.5171 Bram Moolenaar, Vim Community chocolatey-community, Rob Reynolds, matsuhav 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.