From 67256444f63640f7f873ecf8bf91abc3f43a4866 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 00:34:31 +0000 Subject: [PATCH] vim: Update to version 9.1.0381 --- bucket/vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vim.json b/bucket/vim.json index 5c749d6ec7..1756a19533 100644 --- a/bucket/vim.json +++ b/bucket/vim.json @@ -1,5 +1,5 @@ { - "version": "9.1.0380", + "version": "9.1.0381", "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.0380/gvim_9.1.0380_x64.zip", - "hash": "9f7377d6bdb38344dc062a09651a08968279e1ac800579a03a55ae4993ec0e5b", + "url": "https://github.com/vim/vim-win32-installer/releases/download/v9.1.0381/gvim_9.1.0381_x64.zip", + "hash": "acc670a895da405ab73441171325dafba80811ebd89a4da1a7dd47355269b531", "extract_dir": "vim/vim91" }, "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v9.1.0380/gvim_9.1.0380_x86.zip", - "hash": "2faa7744e6f40a48b80078e1130b82114ff7e7c72635abc9cfe5239e814fd440", + "url": "https://github.com/vim/vim-win32-installer/releases/download/v9.1.0381/gvim_9.1.0381_x86.zip", + "hash": "bc0fefb52206802d216a4c256e30be637340cf81b011b9cba0a38f202c4a7d59", "extract_dir": "vim/vim91" } },