From 19581fa60afcfd2d91d3180b4f6f5eb84be57b71 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Sun, 31 May 2020 00:11:43 +0000 Subject: [PATCH] AU: 1 updated - vim [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/269c233bc6508249de583132bf0162c12ca79ca5 --- 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 932ef7d109e..4185788ef4c 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: F7285D791C16AA659BCA38E709DFEF624745AA9EED1555977E925D0181912183 - checksum64: 9FB41CBADB1CF42352665172C18E4EC555A9B2BA2367019AFB77CB06DED9940C + checksum32: F70DA3E1349692B5F2E83E131C7B6082654A8C49C7EE328E22F740682259E4F5 + checksum64: 0CEB748894231A2DBBD3FD7A251758B42383F9C0FD799D76F2DC8068552DD567 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index f7123f10109..d325746d094 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.0834_x86.zip" - file64 = "$toolsDir\gvim_8.2.0834_x64.zip" + file = "$toolsDir\gvim_8.2.0855_x86.zip" + file64 = "$toolsDir\gvim_8.2.0855_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 896ffa5152b..e6322b235b8 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 8.2.0834 + 8.2.0855 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.