From 949b16500cf978c6c9ef016d925bf726f7a2df93 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Sun, 8 Aug 2021 00:12:48 +0000 Subject: [PATCH] AU: 1 updated - vim [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/fd8495d630dfa0e1f0816fd59723c63ac5a5b50e --- 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 43bb778d375..ad848d3927a 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: A25F2401C6C87B4E21BC065BE5E805C96EA8E22E498776575E22C8D8EF39BB6F - checksum64: E64DD895AAA1E6D993F60179EEC306E5B2D4607A0946CD8D9D64048B4B8D1032 + checksum32: 6A1D40EE999F13D9FED8A01CFD2119D67EAF220E9CA720E9B2F7D6583A3698DE + checksum64: B684A78D753951EA8B87A75C0C127BB6A32E22026FC774D470C9C3FA0B52A5E9 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 4e83c319f5b..a9d9dabf94c 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.3301_x86.zip" - file64 = "$toolsDir\gvim_8.2.3301_x64.zip" + file = "$toolsDir\gvim_8.2.3313_x86.zip" + file64 = "$toolsDir\gvim_8.2.3313_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index c6b0444efb8..a1b82c378cd 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 8.2.3301 + 8.2.3313 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.