From 114bd305013d70e59c0961f72cce888b23c740c0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 01:14:10 +0000 Subject: [PATCH] vim: Update to version 9.1.0309 --- bucket/vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vim.json b/bucket/vim.json index c30c23e63e..c40d8bd05e 100644 --- a/bucket/vim.json +++ b/bucket/vim.json @@ -1,5 +1,5 @@ { - "version": "9.1.0304", + "version": "9.1.0309", "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.0304/gvim_9.1.0304_x64.zip", - "hash": "a20e80af889de1132a5b03360bc4e2bca6759e95e7d8010909d9cbdefb4b295d", + "url": "https://github.com/vim/vim-win32-installer/releases/download/v9.1.0309/gvim_9.1.0309_x64.zip", + "hash": "a47a821c65c8fa5af16207fec366549cc366dc05f110000c0dd6bdff3faaede0", "extract_dir": "vim/vim91" }, "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v9.1.0304/gvim_9.1.0304_x86.zip", - "hash": "ce32e3855f614c24cfb85fbca4a6846634628e86118c9921a4daafa6c0ccd3c7", + "url": "https://github.com/vim/vim-win32-installer/releases/download/v9.1.0309/gvim_9.1.0309_x86.zip", + "hash": "8273c125120d4403421275e7cedfbaeeb7271dc2e29d011ce2a6492114628b90", "extract_dir": "vim/vim91" } },