diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index 7dee9fb1c28..ac9cba42bc7 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: 179FE935DFC78766773EB985681A1216B918ABF5D2E2178922E51BA3552AA67B - checksum64: 51A124B6369162338442842955F93F4590CCAD5418F04252B7B189A5F57CD2F4 + checksum32: 3CE53B69290CA14075611483931CE00C9B112D1833C737F3235B75BC080A2218 + checksum64: 138F03B1E85E45F4CD8A4F1777D5EC1E5B294FF6B7BAFFAE3CB5E4A0B81B9BFB diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index d4d8ae88f3f..796adfc8a9c 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.2316_x86.zip" - file64 = "$toolsDir\gvim_8.2.2316_x64.zip" + file = "$toolsDir\gvim_8.2.2320_x86.zip" + file64 = "$toolsDir\gvim_8.2.2320_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 4f288370836..74ff41491f4 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 8.2.2316 + 8.2.2320 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.