From 7f66ab27e5c04019f59a3b6eef13cd73e430cbc3 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Thu, 21 Mar 2024 06:14:49 +0000 Subject: [PATCH] AU: 1 updated - vim [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/53a52cc979f58ce70b4db8f63126c65dafa941c3 --- 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 6c78cd213cc..7c4f89542a9 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: 3636FFFD8775B27D71658E873F34E26498BF80DAB0AC2650C9E05434E1C2DE25 - checksum64: 3B259E76ED2D9019E982F7B52D94B0A2631B33466D8EDDE656740CC463569DEC + checksum32: 1747A6BD50D16B88CE43E4E95BC1CBD4224837712C24744A47101091BDC18D16 + checksum64: D660EA6E34E3904AEC82A6801DEF400BAA075B5AFEB20BA19C2689885537B5F8 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 3fd1e36fa58..e7f7eb2cc76 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.1.0188_x86.zip" - file64 = "$toolsDir\gvim_9.1.0188_x64.zip" + file = "$toolsDir\gvim_9.1.0192_x86.zip" + file64 = "$toolsDir\gvim_9.1.0192_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index e325636cad2..b110c1ebd85 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.1.0188 + 9.1.0192 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.