From 98b3a15ae2eeec23c6690fa7794577040fd2a8fc Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Sun, 25 Jul 2021 00:13:04 +0000 Subject: [PATCH] AU: 1 updated - vim [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/c8743930fb0135f5cf8f6ae141e2b14934348071 --- 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 4a0d097b4d4..b2166038788 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: CD4057C99D3AE677048456FF7C43085057F93F06F25FD92A016D8D27E5EB4522 - checksum64: B6E1C222F6CD6F099D12BAFC240CF09797BF37E9C442A20A7BAF967D57750386 + checksum32: 05874ED293AF837E345B718B59113848EE05C7DC6D54152460FCF63064E12146 + checksum64: 4CC42BF518ED22AA11A2DDAB137A65B3A14BBFA97188AC877458884F912FF7D7 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 432b1dbaaa0..d35be5bb20d 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.3206_x86.zip" - file64 = "$toolsDir\gvim_8.2.3206_x64.zip" + file = "$toolsDir\gvim_8.2.3215_x86.zip" + file64 = "$toolsDir\gvim_8.2.3215_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 862d18638f2..15ea7b3b6e8 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 8.2.3206 + 8.2.3215 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.