From 20be9246ec690ae990b71c23d93ab2124e915e86 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 01:14:17 +0000 Subject: [PATCH] vim: Update to version 9.1.0304 --- bucket/vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vim.json b/bucket/vim.json index 952086991a..c30c23e63e 100644 --- a/bucket/vim.json +++ b/bucket/vim.json @@ -1,5 +1,5 @@ { - "version": "9.1.0296", + "version": "9.1.0304", "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.0296/gvim_9.1.0296_x64.zip", - "hash": "ca892cae3eff675d296b7a56f59de338707e29612b71da642069795271f86f72", + "url": "https://github.com/vim/vim-win32-installer/releases/download/v9.1.0304/gvim_9.1.0304_x64.zip", + "hash": "a20e80af889de1132a5b03360bc4e2bca6759e95e7d8010909d9cbdefb4b295d", "extract_dir": "vim/vim91" }, "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v9.1.0296/gvim_9.1.0296_x86.zip", - "hash": "274fb78262bd44a6fef4eef67bfa8968ab690af6c904d27dd35b83182ee1c5c6", + "url": "https://github.com/vim/vim-win32-installer/releases/download/v9.1.0304/gvim_9.1.0304_x86.zip", + "hash": "ce32e3855f614c24cfb85fbca4a6846634628e86118c9921a4daafa6c0ccd3c7", "extract_dir": "vim/vim91" } },