From fec9e586deadd0077a558df6cd3788ea7124b697 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Thu, 2 Feb 2023 06:14:01 +0000 Subject: [PATCH] AU: 1 updated - vim [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/f86bda840e7eb38dbc2758db0ff36fe0c8a82ea3 --- 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 33d6ba85e37..f3f33bac2a0 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: 486FEB2B083381CC0CFB07FFC6571F0DB38F50A65743D588468F30610E003965 - checksum64: 7459B54B56A5F81E62A36B9C218321BB17D5A268138BB8B311F9BC65208008BE + checksum32: 0A20A5DD34B6BADB443192A6A956CA35D8E2EA82F72A7807BF5D9EA4D6418D38 + checksum64: 045E401524726D251054EC610D74C33B829B648671D63110C26244ED21C33ACF diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 4e61e64e8b7..07da6092400 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_9.0.1270_x86.zip" - file64 = "$toolsDir\gvim_9.0.1270_x64.zip" + file = "$toolsDir\gvim_9.0.1273_x86.zip" + file64 = "$toolsDir\gvim_9.0.1273_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index f0f6f7d61f0..707753f3e33 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.0.1270 + 9.0.1273 Bram Moolenaar, Vim Community chocolatey-community, Rob Reynolds 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.