From fdf72bebbef2c00215e20b7d2351687a1545e660 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 28 Apr 2024 00:34:05 +0000 Subject: [PATCH] vim: Update to version 9.1.0377 --- bucket/vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vim.json b/bucket/vim.json index a7a9d55fcc..b25a8b3010 100644 --- a/bucket/vim.json +++ b/bucket/vim.json @@ -1,5 +1,5 @@ { - "version": "9.1.0374", + "version": "9.1.0377", "description": "A highly configurable text editor", "homepage": "https://www.vim.org", "license": "Vim", @@ -9,13 +9,13 @@ }, "architecture": { "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v9.1.0374/gvim_9.1.0374_x64.zip", - "hash": "acc79658521ba7708de97f6db55fa25e0acdb0ef9dbc33e4bd4df3cf15dc0455", + "url": "https://github.com/vim/vim-win32-installer/releases/download/v9.1.0377/gvim_9.1.0377_x64.zip", + "hash": "7afcfd5d0798997dacb68d8848f50e834f32429f24279f7aa3ace9fc4c8a7628", "extract_dir": "vim/vim91" }, "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v9.1.0374/gvim_9.1.0374_x86.zip", - "hash": "5c70f8e8e00ef846124ea8fe46852fc2dc7d124f8aebce3499472a504a9f8b64", + "url": "https://github.com/vim/vim-win32-installer/releases/download/v9.1.0377/gvim_9.1.0377_x86.zip", + "hash": "7b6a3afffb46815f2001f5374d87f5f8ffc8e6da4b0be07481c7062828ca55c9", "extract_dir": "vim/vim91" } },