From 9a463b75675b66619dd023f83084a517e8bbbc12 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Fri, 3 Sep 2021 00:13:01 +0000 Subject: [PATCH] AU: 1 updated - vim [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/4972541c984a24eac96ba0ec2bdfa4db387b65e4 --- 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 f6c24b104b4..f5245cc60cd 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: 6751E90D84CF30B8626FC527533F84BDCC4F46E358272C1571E41A8CEFC0BAC5 - checksum64: C63402B6B74B6E765DD160113D080319980C111ABB48F44872D54FD4CB7A6821 + checksum32: 7F6421554D8A13E0F94E3189436C1D7E48026E681BB652CC565540B995A17803 + checksum64: 5F3B11ED1E94C0787D864C7E04FA8750216764856AA88734D93EF688C283ED21 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index f44cd24c060..9dce6dc278a 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.3394_x86.zip" - file64 = "$toolsDir\gvim_8.2.3394_x64.zip" + file = "$toolsDir\gvim_8.2.3397_x86.zip" + file64 = "$toolsDir\gvim_8.2.3397_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 1fabd7d4331..7ad09eaf865 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 8.2.3394 + 8.2.3397 Bram Moolenaar, Vim Community chocolatey-community, 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.