From a1f91b8afd8281fe333c5d3615d52b85204a8535 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 00:34:06 +0000 Subject: [PATCH] vim: Update to version 9.1.0368 --- bucket/vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vim.json b/bucket/vim.json index c9843b15cc..ce14ec5d87 100644 --- a/bucket/vim.json +++ b/bucket/vim.json @@ -1,5 +1,5 @@ { - "version": "9.1.0366", + "version": "9.1.0368", "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.0366/gvim_9.1.0366_x64.zip", - "hash": "3b6fb392c0ca65113d97703047dac365f7941c6c118e26307c6f72a498bf96d2", + "url": "https://github.com/vim/vim-win32-installer/releases/download/v9.1.0368/gvim_9.1.0368_x64.zip", + "hash": "e334f026af345da528139b005a95970a12763d65142206d6acf9c9f824f3c8c3", "extract_dir": "vim/vim91" }, "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v9.1.0366/gvim_9.1.0366_x86.zip", - "hash": "8ab84606d898870fabbd6b6edf620e7a6612a54d5a407352d57791fe406fbf5a", + "url": "https://github.com/vim/vim-win32-installer/releases/download/v9.1.0368/gvim_9.1.0368_x86.zip", + "hash": "dc67a0c14dc4c560ccd78999249c770e1abde6d59ab5b30cd1778b0b6b012810", "extract_dir": "vim/vim91" } },