From 3e27b928c0dca6f520decc4fd609e242a41f972a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 14 Apr 2024 01:14:39 +0000 Subject: [PATCH] vim: Update to version 9.1.0318 --- bucket/vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vim.json b/bucket/vim.json index 9cbbb4c758..5cf1e66d4f 100644 --- a/bucket/vim.json +++ b/bucket/vim.json @@ -1,5 +1,5 @@ { - "version": "9.1.0312", + "version": "9.1.0318", "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.0312/gvim_9.1.0312_x64.zip", - "hash": "20be8b62294dad929924beac2c5a1858c10f49cf2b8e9f05d2ae18993f5b97ae", + "url": "https://github.com/vim/vim-win32-installer/releases/download/v9.1.0318/gvim_9.1.0318_x64.zip", + "hash": "66706fa80d6da33a9c7566a855420d506953fa911a126076588c6dbc290b6e65", "extract_dir": "vim/vim91" }, "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v9.1.0312/gvim_9.1.0312_x86.zip", - "hash": "a60d721743bf52b2003a484266cf7c7ea39b2c7167f1ec34ed4a1afdff7b5c01", + "url": "https://github.com/vim/vim-win32-installer/releases/download/v9.1.0318/gvim_9.1.0318_x86.zip", + "hash": "2ee83980dee71a8ae750077c90347867a9cf11749f9a94ad5c5ae1e0004a5be8", "extract_dir": "vim/vim91" } },