From a2f8b8fdb2b7469ab03ac5204fc907a66c98ad66 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Sun, 29 Jan 2023 06:13:52 +0000 Subject: [PATCH] AU: 1 updated - vim [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/890712a60fe4e9a55070878ed082df5c5c9f4c36 --- 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 ef6d2d291d9..4f4dafbcfb4 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: 9777FC18942F49B4D066C42654AC3130995B62337D3B1532B6EA2A57B428E6F0 - checksum64: 897789376C9F06811F3CAF43BC4E72379A2213A505EFD3B08AF64CD3C094FE6F + checksum32: 9C8D7DEA9300B028E9F53D541D3591E154137DE1943A8FFFD72B618E71BFD8EC + checksum64: 8174CCF0D51B38FD7227A7836157B68EEAEC78E493C00A2472E263FD45BEFFF4 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 553aaef8cbe..9037e244bb9 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.1251_x86.zip" - file64 = "$toolsDir\gvim_9.0.1251_x64.zip" + file = "$toolsDir\gvim_9.0.1259_x86.zip" + file64 = "$toolsDir\gvim_9.0.1259_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 52947f402fb..df59ea8b7a7 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.0.1251 + 9.0.1259 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.