From fa2a48404fc2fc777adca6e49db57e0a9db1f16e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 01:14:35 +0000 Subject: [PATCH] vim: Update to version 9.1.0354 --- bucket/vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vim.json b/bucket/vim.json index 3b13934cac..6d5c087775 100644 --- a/bucket/vim.json +++ b/bucket/vim.json @@ -1,5 +1,5 @@ { - "version": "9.1.0342", + "version": "9.1.0354", "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.0342/gvim_9.1.0342_x64.zip", - "hash": "e866c7456a66416418abccd1993f32f85306e88204591594f58b2e2f02288d3d", + "url": "https://github.com/vim/vim-win32-installer/releases/download/v9.1.0354/gvim_9.1.0354_x64.zip", + "hash": "812c4a3e958cb791855e84605d0dd12d0cebb17220b4848daac3d3c05344d651", "extract_dir": "vim/vim91" }, "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v9.1.0342/gvim_9.1.0342_x86.zip", - "hash": "7bec78ec23fec75f115766197a12309e7627eba03287bfd76302f1bc3ca259b8", + "url": "https://github.com/vim/vim-win32-installer/releases/download/v9.1.0354/gvim_9.1.0354_x86.zip", + "hash": "76d50377f98453ba68de8c8ae580e0dec4cc675f68f17e7ddeb24690c1b6eb7c", "extract_dir": "vim/vim91" } },