From dbee323d5a949592392390fd174b043f4ff124f2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 01:14:24 +0000 Subject: [PATCH] vim: Update to version 9.1.0282 --- bucket/vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vim.json b/bucket/vim.json index 6c62d5d835..304d629a61 100644 --- a/bucket/vim.json +++ b/bucket/vim.json @@ -1,5 +1,5 @@ { - "version": "9.1.0274", + "version": "9.1.0282", "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.0274/gvim_9.1.0274_x64.zip", - "hash": "bb83e1010ba654416785e5b8e8509e0a2db02cda2bc6b759c737d9e211906255", + "url": "https://github.com/vim/vim-win32-installer/releases/download/v9.1.0282/gvim_9.1.0282_x64.zip", + "hash": "c5ed7194ed55a6626cecc8810f162eafd5de8fd280268e8d18e4cb33766024ac", "extract_dir": "vim/vim91" }, "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v9.1.0274/gvim_9.1.0274_x86.zip", - "hash": "c2ea1ca9d6c5f78f879fd52925e16705393b8be4468131dcf53908d83807234e", + "url": "https://github.com/vim/vim-win32-installer/releases/download/v9.1.0282/gvim_9.1.0282_x86.zip", + "hash": "c5cb1d92ea705d59ea23a2403f04f3fa27eda82e2725a7d32da2b7da49e7bd98", "extract_dir": "vim/vim91" } },