From d0c86ef286d64250de422c1e64b936cfed01087e Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Sun, 1 Nov 2020 00:12:55 +0000 Subject: [PATCH] AU: 1 updated - vim [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f --- 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 531d417d021..78e96afbcd1 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: A1431A92E38EF1540D1A09B45A2A8DF542692C4327C3F409C63F238F255173AA - checksum64: 7066F814F83B3C1D666804E1DBC3AB01ACFD41211F67913A5774E2C29465159B + checksum32: 534D8D1BFDD72AF65A125BFEEF99CC644C7FF8E5D8CBFF2BB01764657018CF5D + checksum64: E4BFC8C80350BD319EFBF0B3060C7A82BB84A7DC704518D7AE6F3C65B318C5CA diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index ebf4180d15d..e3e4dc96270 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.1928_x86.zip" - file64 = "$toolsDir\gvim_8.2.1928_x64.zip" + file = "$toolsDir\gvim_8.2.1931_x86.zip" + file64 = "$toolsDir\gvim_8.2.1931_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index d31f4cbee78..2ce66a1382d 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 8.2.1928 + 8.2.1931 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.