diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index 65265c0e659..347575d1410 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: 1F1B870D72275EE2CAE2A38F2FA17D9ABD47FE9B0522CE051ED253EDC1FFAC3C - checksum64: 5462FC0B11652AE8377B78AF7996D43AEB024C9AA9F16375CC1156ED8C75E19F + checksum32: 711153876CAF8D86B5EB9FAFF5A4F6E272BC1F2A81EF61545F7C6F7E0746588D + checksum64: F7D77E7615ECEAD51FA0D8F49520373018440FCEC5710ECDDCF4CC4366A5A4E0 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 402e599dfb1..b8f3b07e6cb 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.0814_x86.zip" - file64 = "$toolsDir\gvim_8.2.0814_x64.zip" + file = "$toolsDir\gvim_8.2.0820_x86.zip" + file64 = "$toolsDir\gvim_8.2.0820_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index bcd462f2b99..33b22cc4bb4 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 8.2.0814 + 8.2.0820 Bram Moolenaar, Vim Community chocolatey, 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.