From dfd1376f2233d2fb942feb12899554661b80b930 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Wed, 29 Jul 2020 00:13:04 +0000 Subject: [PATCH] AU: 1 updated - vim [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/845b83754bb55fe591599b1a242c81f39f9a2d8a --- 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 5cbf0b65d34..1654031bfb5 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: 1291E78D9E8E5FBEF356BE3C312200397C6C3061620C34B33AC2D51133B41721 - checksum64: 47EE9ABA7B5A6EB845F8229CF636C40792001E472682897E433EE51B8B1FE414 + checksum32: CA05E664F84EF8DAD4CC97D7E3B2BDEF58B0082D3F26E615F2212C6B9F8FFEC8 + checksum64: EB26DA7221F82A7F70E0490E5A10DB17A1DA271D513DE6F99FD0032C55149143 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 1f9758d1da9..e880a77a940 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.1307_x86.zip" - file64 = "$toolsDir\gvim_8.2.1307_x64.zip" + file = "$toolsDir\gvim_8.2.1313_x86.zip" + file64 = "$toolsDir\gvim_8.2.1313_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index ab4091aca13..e40c9546610 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 8.2.1307 + 8.2.1313 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.