From 47a1e1b7fdce6733f16b5df62e225f017b7dddf7 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Thu, 25 Jun 2020 00:18:12 +0000 Subject: [PATCH] AU: 1 updated - vim [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/871e005ff7ff8b84d371a99b332c8b43332a27e7 --- 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 814de850de0..38560d20983 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: AACC9996F22E9D60B859BCF3DD1CCD24455D722C9A0A3B2717F0224C4BF29C87 - checksum64: 5AEA3C448DD102361A0DF174AEF595F36EEA2201F18293E3EE0B037A02BBA917 + checksum32: 9A69B4C06C9BEB43F13D020AFD2B078A0F389AAA189EF8C6E9B1B1BD8F9216F7 + checksum64: 61A75F10BD5866E330CC448D51356A13A600CC15BFEF1C348D06D7C2C2821D2D diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 44425f72280..36adddd253c 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.1045_x86.zip" - file64 = "$toolsDir\gvim_8.2.1045_x64.zip" + file = "$toolsDir\gvim_8.2.1052_x86.zip" + file64 = "$toolsDir\gvim_8.2.1052_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 1dd7827d35f..9c734cdb708 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 8.2.1045 + 8.2.1052 Bram Moolenaar, Vim Community chocolatey, 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.