From c647faf01faed839a0c369c3d9efafbcbbf55578 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Sun, 8 Oct 2023 00:14:21 +0000 Subject: [PATCH] AU: 1 updated - vim [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/9a715c4937aa96a612950879cf40efaf4c3f3cb7 --- automatic/vim/legal/VERIFICATION.txt | 8 ++++---- automatic/vim/tools/chocolateyinstall.ps1 | 4 ++-- automatic/vim/vim.nuspec | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index 2001967146d..76d5360eb4f 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: 59A0A3C08821765D41960A271522D31E20C1CD1A566209724819697EFCB99C1D - checksum64: A0373CB0D999E72138B32509B4111C1D6AE4726C740BD4D40B36FAB5DA158171 + checksum32: 6C79E3B57CACBF36193964B5B0DA56601827003D2032377FE50CC8ED961D7939 + checksum64: AB1021B5C58761404C7BE3B2E45CDAA4771A62FD59573BAB208417CBA9EDAB54 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index ab498d9877f..4b7636293d1 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_9.0.1999_x86.zip" - file64 = "$toolsDir\gvim_9.0.1999_x64.zip" + file = "$toolsDir\gvim_9.0.2001_x86.zip" + file64 = "$toolsDir\gvim_9.0.2001_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 684da013b55..43644763138 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.0.1999 + 9.0.2001 Bram Moolenaar, Vim Community chocolatey-community, Rob Reynolds 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.