From 32dfa0955b28f6317d5b3b757a4343271c66cb7b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 13 Apr 2024 01:13:32 +0000 Subject: [PATCH] vim: Update to version 9.1.0312 --- bucket/vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vim.json b/bucket/vim.json index c40d8bd05e..9cbbb4c758 100644 --- a/bucket/vim.json +++ b/bucket/vim.json @@ -1,5 +1,5 @@ { - "version": "9.1.0309", + "version": "9.1.0312", "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.0309/gvim_9.1.0309_x64.zip", - "hash": "a47a821c65c8fa5af16207fec366549cc366dc05f110000c0dd6bdff3faaede0", + "url": "https://github.com/vim/vim-win32-installer/releases/download/v9.1.0312/gvim_9.1.0312_x64.zip", + "hash": "20be8b62294dad929924beac2c5a1858c10f49cf2b8e9f05d2ae18993f5b97ae", "extract_dir": "vim/vim91" }, "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v9.1.0309/gvim_9.1.0309_x86.zip", - "hash": "8273c125120d4403421275e7cedfbaeeb7271dc2e29d011ce2a6492114628b90", + "url": "https://github.com/vim/vim-win32-installer/releases/download/v9.1.0312/gvim_9.1.0312_x86.zip", + "hash": "a60d721743bf52b2003a484266cf7c7ea39b2c7167f1ec34ed4a1afdff7b5c01", "extract_dir": "vim/vim91" } },