From c6600a386815bab1b021e2fc113f71a2eeb0e75b Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Sat, 25 Jun 2022 06:13:41 +0000 Subject: [PATCH] AU: 1 updated - vim [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/bdc6e5f8cab23a106ba1269e38fe6c4de1ec6a84 --- 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 90fc8abf717..564ff902189 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: D0BD4E481DBC6B91AE008D880D5234C99E5888ACD571E362BE8A847F4EBD22CC - checksum64: 0D15AD411FE652FD4BCC10D72DD0CF27A9C2CB1206E831FFCD9281B05E28978A + checksum32: D7F784D11CCFD291337C2B6609F09848A94B9A32F96795BEF720893961A6A980 + checksum64: 997EAB8219C24B37D9BDDEE5127DABF2DDB218CBC885D637D3FE24B10587180A diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 69d69951930..a5d6bfc87df 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.5154_x86.zip" - file64 = "$toolsDir\gvim_8.2.5154_x64.zip" + file = "$toolsDir\gvim_8.2.5157_x86.zip" + file64 = "$toolsDir\gvim_8.2.5157_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 9d5e82e30d7..c337d44e67c 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 8.2.5154 + 8.2.5157 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.