From 3af51407df27fc91eccbdbcf2fccb361b9e0567e Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Mon, 27 Dec 2021 00:13:19 +0000 Subject: [PATCH] AU: 1 updated - vim [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/9e0a18156792f2432a42178e4cfca477ba3264e2 --- 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 258853d8f93..3138ee6ec0c 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: 32CFB8921F1477F4E192555E6E1F8003C1D35FFD09BA3CAE85870726B994987A - checksum64: D84F77B3FF43FF5EA411DB48F812B6A9559469C08E80967278843E58FDB9A174 + checksum32: 8544981CB56D1F9BE208BE27F85B5B4F3B90E40B63757259041BFABE7EE67721 + checksum64: 29844D4C202F9929F33F393D6F2D375A8F2DFAAF6E18A5B1B0A2B1ED0EA4284D diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 5b1cb824e8a..9a9f348ad7b 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.3899_x86.zip" - file64 = "$toolsDir\gvim_8.2.3899_x64.zip" + file = "$toolsDir\gvim_8.2.3908_x86.zip" + file64 = "$toolsDir\gvim_8.2.3908_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index a0aa3b06e15..5383d7467b0 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 8.2.3899 + 8.2.3908 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.