diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index 5ce9811e425..e6d686cbbb2 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: 2EE83980DEE71A8AE750077C90347867A9CF11749F9A94AD5C5AE1E0004A5BE8 - checksum64: 66706FA80D6DA33A9C7566A855420D506953FA911A126076588C6DBC290B6E65 + checksum32: A9F40D4111EE43FBCBF1AA5690A4CEF33E7F7B78FAAC2AF6A20EFC12297E7300 + checksum64: BDC27F1A6D81B72272E56D7A75DFF7BD9B5861C354AB789581C873E9B0379493 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index da710f2f3af..de963d60c68 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.1.0318_x86.zip" - file64 = "$toolsDir\gvim_9.1.0318_x64.zip" + file = "$toolsDir\gvim_9.1.0330_x86.zip" + file64 = "$toolsDir\gvim_9.1.0330_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 53a9de75fff..67ba71dd165 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.1.0318 + 9.1.0330 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.