From 19144f5cc0e6f5d1b17395b6ccff22b97885f727 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Mon, 23 Jan 2023 06:15:41 +0000 Subject: [PATCH] AU: 1 updated - vim [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/0a6eb1c4094c7f4ed4f31b1d33ea9ff828efd362 --- 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 447d8ba6614..fe106c41109 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: 5C955997851E72841EC47C3BDB46EDFF447F0F9A816B45650F5380657357623B - checksum64: 179DA03D0473B8B1FF95FB6D4D70B9FCDFF03A38B0E91C5DD61DF6E5A22E827E + checksum32: 7FE7E069E2E48A34281121AB8898CF3460208B2F05A2CD8FA3B3485002044E68 + checksum64: 6CECCC7F61BE6CA86B9F7E6E83DE4B199FFB2365907A7553FBB1A00564072A37 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 246e400226e..1f6ef0edcbd 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.1227_x86.zip" - file64 = "$toolsDir\gvim_9.0.1227_x64.zip" + file = "$toolsDir\gvim_9.0.1234_x86.zip" + file64 = "$toolsDir\gvim_9.0.1234_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 39c766bc207..cc18b97a5aa 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.0.1227 + 9.0.1234 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.