From b7d6c3359ad18d9932948a90b1ec187bd7dac449 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 03:24:34 +0000 Subject: [PATCH] vim: Update to version 9.1.0330 --- bucket/vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vim.json b/bucket/vim.json index 5cf1e66d4f..f5ade5b382 100644 --- a/bucket/vim.json +++ b/bucket/vim.json @@ -1,5 +1,5 @@ { - "version": "9.1.0318", + "version": "9.1.0330", "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.0318/gvim_9.1.0318_x64.zip", - "hash": "66706fa80d6da33a9c7566a855420d506953fa911a126076588c6dbc290b6e65", + "url": "https://github.com/vim/vim-win32-installer/releases/download/v9.1.0330/gvim_9.1.0330_x64.zip", + "hash": "bdc27f1a6d81b72272e56d7a75dff7bd9b5861c354ab789581c873e9b0379493", "extract_dir": "vim/vim91" }, "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v9.1.0318/gvim_9.1.0318_x86.zip", - "hash": "2ee83980dee71a8ae750077c90347867a9cf11749f9a94ad5c5ae1e0004a5be8", + "url": "https://github.com/vim/vim-win32-installer/releases/download/v9.1.0330/gvim_9.1.0330_x86.zip", + "hash": "a9f40d4111ee43fbcbf1aa5690a4cef33e7f7b78faac2af6a20efc12297e7300", "extract_dir": "vim/vim91" } },