diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index 701f681eb78..cc1b6bb8ea0 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: 58CEA13CF2685C34E5CA59A1A3BFDD4CD63F788094330313512E9A87DEEA4CE6 - checksum64: FD65F1FF640E857A8002BDF09BC1F8EA0FC8D2D8BE9D2A6C19CC87178C6227B1 + checksum32: 6C52DA83C82D5ADD531676AEDBF6FF301AB6E422B935B52BC09CEDA5D2B030C2 + checksum64: 4FB493A65115BC372C443826859F7CC59DC0A5B36C2DE51BD522AFD48352E5E8 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 79c282a154e..be81acb42f2 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.1.2357_x86.zip" - file64 = "$toolsDir\gvim_8.1.2357_x64.zip" + file = "$toolsDir\gvim_8.1.2361_x86.zip" + file64 = "$toolsDir\gvim_8.1.2361_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 02e590ccbca..ac093497fdb 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 8.1.2357 + 8.1.2361 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.