From 1d8c016477c08f4648b7fcdbe0c8bdd945ce353f Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Mon, 12 Feb 2024 06:14:19 +0000 Subject: [PATCH] AU: 1 updated - vim [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/bf6c167a7a4f84b64ad54011eed2d4de44f65bdd --- 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 dbac91a89dd..884a9b2e11a 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: 2177C0AC977EDA52C630E3F0616D05E2166EC1C07E25AC1F2DFD07675FB5440A - checksum64: 81087ED801107F13F20E11916E07125D6AAF041EC7A21F9709AAA29FFDF6902A + checksum32: 2F7D7C9D63F5B1673EA61AAE007EE62323BA0B4442F75332D3BC061123E1F22C + checksum64: 173AFABC11CF97510EF765C30341A6DF02F230B656A030A307AA45892825260C diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 5cd4750c5c2..53e83dd7301 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.0095_x86.zip" - file64 = "$toolsDir\gvim_9.1.0095_x64.zip" + file = "$toolsDir\gvim_9.1.0098_x86.zip" + file64 = "$toolsDir\gvim_9.1.0098_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 74229e89029..f70f9ced630 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.1.0095 + 9.1.0098 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.