diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index 4a417a24e3e..1a3eb2bb692 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: 6BC946AAB393B06B33E42BA5FE80EEEB5B8B3972C45984B55660D17C8C642E58 - checksum64: F216470D4CB1CBBD214FACF586546BA0C13724A2B8FB81F5961B5B2C478CEC0A + checksum32: 9CA6801B8917EEEFF8CDDCFEE32B557968D31FF8D6FA61964A87767219EDDA56 + checksum64: E2E5F277BA7CEFB312233B0B3D633040E8B45010242380DE0FD16CFA2EC28110 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 8da19fa1453..37f5eabeb26 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.2063_x86.zip" - file64 = "$toolsDir\gvim_9.0.2063_x64.zip" + file = "$toolsDir\gvim_9.0.2073_x86.zip" + file64 = "$toolsDir\gvim_9.0.2073_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 974aa7dc73b..80ba7bae2b2 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.0.2063 + 9.0.2073 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.