From 4f1236fed439d82fcc73067905a7a312e9f280ef Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Sun, 17 Dec 2023 00:14:31 +0000 Subject: [PATCH] AU: 1 updated - vim [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/8f58087c68c316de0dd6b186c11bb22168572861 --- 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 6f086fa7194..e54cb66811c 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: F7CD210FC4E9EC99535E93DDC2004BABC92764F9417514FE7E64935193CBA425 - checksum64: 35114C81CD9C4EEF78446FCCBA659E4DB7B84764D96CA4639A90D3FADCD95B2A + checksum32: BF723BB4417D64BA29E19F29BD958465D27231B04EC99CAC8DBDB32E4401FD4C + checksum64: 0CE0CA8CF29B0526731956816CDDFB9526561C766807AE601F76972FA0DBC6F0 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index ba46d3a322d..beb41b0665a 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.2153_x86.zip" - file64 = "$toolsDir\gvim_9.0.2153_x64.zip" + file = "$toolsDir\gvim_9.0.2173_x86.zip" + file64 = "$toolsDir\gvim_9.0.2173_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 77c7048791e..30d3d4d7e72 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.0.2153 + 9.0.2173 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.