diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index 8ca9e3f11ff..447f571639f 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: CCB076BC9A766DC3D59CAE1B209A228FB1144E61402A7AC99C1E0DBF585642AE - checksum64: 57355E19235E1B6F90C298602F111D39BE293C18DC27E80D510017EB05690687 + checksum32: 20A2CE0CBF7074A0708CCFAB147B15C88C2367E94B1813939DEAC0C30207FA68 + checksum64: E9BB7FD8BC1483B3C537BFB695BD7EB98BB9AEDA9E8B26BDDC021E16D502FAE9 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index dd672d357a2..1dcebac2010 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.3446_x86.zip" - file64 = "$toolsDir\gvim_8.2.3446_x64.zip" + file = "$toolsDir\gvim_8.2.3448_x86.zip" + file64 = "$toolsDir\gvim_8.2.3448_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 0244978cae0..1f3e1fe77fb 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 8.2.3446 + 8.2.3448 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.