diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index 865d03b6afe..fbf3932ad4a 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: FDD0FA85C1D8ED6FC61EF244CB1D8A4426C0D9FA96EBF0E7CFB8B5A997B71445 - checksum64: 1FA5BC68B3716A591A7B608AB3A5F1DD327AD660A1D6083966EA8D4D617B2C46 + checksum32: 59976C3BDB3C41915F1A819A96856CC2F6CF2AAB63B70E4F9DAE3E208767A6A8 + checksum64: 4460F866FDAFB1FBCC4B720572485A35D9D3BB41C57D287082307260B759AEA8 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index b0deae8d216..ff8635e05c0 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.4726_x86.zip" - file64 = "$toolsDir\gvim_8.2.4726_x64.zip" + file = "$toolsDir\gvim_8.2.4732_x86.zip" + file64 = "$toolsDir\gvim_8.2.4732_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 49343b14648..9c7b418dd54 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 8.2.4726 + 8.2.4732 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.