From be8a4e9db36467aee43322587198f4fc6fc53fc6 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Sat, 7 Aug 2021 00:13:23 +0000 Subject: [PATCH] AU: 1 updated - vim [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/e5deb196b683c407997f0ee9c81b07ec41207103 --- 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 437e593f76c..43bb778d375 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: 734EAB6D56F1D06C08DF7B614AD9731C911656C4B1DF7856E5AC5B1C471082E4 - checksum64: ED505CB9827BD54E0D43197B821AAF664E4FF35D154BEEF4D152A1B3FDB91F37 + checksum32: A25F2401C6C87B4E21BC065BE5E805C96EA8E22E498776575E22C8D8EF39BB6F + checksum64: E64DD895AAA1E6D993F60179EEC306E5B2D4607A0946CD8D9D64048B4B8D1032 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index cab18c3d54a..4e83c319f5b 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.3299_x86.zip" - file64 = "$toolsDir\gvim_8.2.3299_x64.zip" + file = "$toolsDir\gvim_8.2.3301_x86.zip" + file64 = "$toolsDir\gvim_8.2.3301_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index dcfc3ddca4a..c6b0444efb8 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 8.2.3299 + 8.2.3301 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.