From 0507e7db0470602db48cd1ef215cd0239e7d73fd Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Tue, 17 Mar 2020 00:11:27 +0000 Subject: [PATCH] AU: 1 updated - vim [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/a97542a5d390fdf4161cfc297f1e50609bc5c3d6 --- automatic/vim/legal/VERIFICATION.txt | 8 ++++---- automatic/vim/tools/chocolateyinstall.ps1 | 4 ++-- automatic/vim/vim.nuspec | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index 38ff23024e5..78dd934c152 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: 8CE844FD8C036830EE9BD29A6F0699AB77169FAD4B69231FD0E08789D2FCBFA8 - checksum64: 135C6840AA4F6F239D85C15B0F116FD09738D863D68B828E30814B9DA27E8BE4 + checksum32: CAC2580F8613B8A7463C4AE8066EA2499DEAFD927C64F3027F66574C250EC3C5 + checksum64: 642E85A23F13E66BB9648F50B42E254C6D254DE8414E5C49EB3D3AEE1E104659 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 6cc549c9592..7e26c14d88b 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.0390_x86.zip" - file64 = "$toolsDir\gvim_8.2.0390_x64.zip" + file = "$toolsDir\gvim_8.2.0397_x86.zip" + file64 = "$toolsDir\gvim_8.2.0397_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index edc97ddd72a..cd7694bfbb7 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 8.2.0390 + 8.2.0397 Bram Moolenaar, Vim Community chocolatey, 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.