diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index 20cfa9fd61f..5238cdbd1ed 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: 2B7E0D90F5F0F01BAB5B2ECB455F853C16B065594ACE7DC8B5F27313503B7FB5 - checksum64: 87BD35355A63B2052E3C018BF6FB4D7E0DD3EC1EED9899200614013D297C793F + checksum32: 8F0BDD71F40BE95B4BCC582B9B6BF0C642B9AB31F36088443A267AF326DECB68 + checksum64: 4C4D77936AEC136CABD0C6C1E09DEA47A11CEA4B221ADAACCD14343FA7CE6C43 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index e6871f2ee6f..38dd9b30737 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_9.0.1237_x86.zip" - file64 = "$toolsDir\gvim_9.0.1237_x64.zip" + file = "$toolsDir\gvim_9.0.1240_x86.zip" + file64 = "$toolsDir\gvim_9.0.1240_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index ce34f61292e..c110dfacbc4 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.0.1237 + 9.0.1240 Bram Moolenaar, Vim Community chocolatey-community, Rob Reynolds 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.