From 065d097a56719d3678631a85e75abff8f6ea1b36 Mon Sep 17 00:00:00 2001 From: Chocolatey Community <chocolatey@realdimensions.net> Date: Fri, 27 Oct 2023 00:14:55 +0000 Subject: [PATCH] AU: 1 updated - vim [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/5a50c4803a5b0c4161d54c57d78c5c1bfb106d92 --- 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 4a417a24e3e..1a3eb2bb692 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: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.2063/gvim_9.0.2063_x86.zip> - 64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.2063/gvim_9.0.2063_x64.zip> + 32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.2073/gvim_9.0.2073_x86.zip> + 64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.2073/gvim_9.0.2073_x64.zip> 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: 6BC946AAB393B06B33E42BA5FE80EEEB5B8B3972C45984B55660D17C8C642E58 - checksum64: F216470D4CB1CBBD214FACF586546BA0C13724A2B8FB81F5961B5B2C478CEC0A + checksum32: 9CA6801B8917EEEFF8CDDCFEE32B557968D31FF8D6FA61964A87767219EDDA56 + checksum64: E2E5F277BA7CEFB312233B0B3D633040E8B45010242380DE0FD16CFA2EC28110 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 8da19fa1453..37f5eabeb26 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.2063_x86.zip" - file64 = "$toolsDir\gvim_9.0.2063_x64.zip" + file = "$toolsDir\gvim_9.0.2073_x86.zip" + file64 = "$toolsDir\gvim_9.0.2073_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 974aa7dc73b..80ba7bae2b2 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ <metadata> <id>vim</id> <title>Vim</title> - <version>9.0.2063</version> + <version>9.0.2073</version> <authors>Bram Moolenaar, Vim Community</authors> <owners>chocolatey-community, Rob Reynolds</owners> <summary>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.</summary>