From 8209a0c1c910a4ad183fcd273db6f6da9832c4a1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 00:33:17 +0000 Subject: [PATCH] vim: Update to version 9.1.0363 --- bucket/vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vim.json b/bucket/vim.json index 01c2193485..bb920d24e9 100644 --- a/bucket/vim.json +++ b/bucket/vim.json @@ -1,5 +1,5 @@ { - "version": "9.1.0356", + "version": "9.1.0363", "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.0356/gvim_9.1.0356_x64.zip", - "hash": "1eec7a50889ff30f0f3ee8df700c8945db75e8b7a68a5730c39a2aec97920d1c", + "url": "https://github.com/vim/vim-win32-installer/releases/download/v9.1.0363/gvim_9.1.0363_x64.zip", + "hash": "521fa1b06cdde547d0edba7b12465576601e2c48d975cb731cb31efa8d158ffb", "extract_dir": "vim/vim91" }, "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v9.1.0356/gvim_9.1.0356_x86.zip", - "hash": "553a7c163e764e89108756d722a191ab1d52ff10548b37fab423edf78d85fc3c", + "url": "https://github.com/vim/vim-win32-installer/releases/download/v9.1.0363/gvim_9.1.0363_x86.zip", + "hash": "6abd8a263e1c9faffe18d6de02f93d02beee348095ccba2506cacc2f4499be5b", "extract_dir": "vim/vim91" } },