diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index 2d2395f17f2..26631107c6d 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: A3A03469CF41D0D881B4F8EF9F9C6EB8EFF921EEF7AC6CB3FCE07307B4635CF6 - checksum64: E0A41FDFBD76759AD5B963068071EEE778CE4EA9ABB9320DE07FA58948FC5C20 + checksum32: C61C9C1881B4BED1B5C31396A261067A7DEE3AF0F9C942C3EB3DDCC53DD24C7D + checksum64: 08749401CBF3F39F3AAD13FEFFC6FAA057D4E05D645E826172C810864ECDEF85 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 732d3d95ae7..bba5592fd16 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.0810_x86.zip" - file64 = "$toolsDir\gvim_9.1.0810_x64.zip" + file = "$toolsDir\gvim_9.1.0813_x86.zip" + file64 = "$toolsDir\gvim_9.1.0813_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 92ea87a4995..5fe0484c14f 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.1.0810 + 9.1.0813 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.