vim: Update to version 9.1.0374

This commit is contained in:
github-actions[bot] 2024-04-27 00:33:23 +00:00
parent fc30f0745a
commit 257a2f772f

View File

@ -1,5 +1,5 @@
{ {
"version": "9.1.0368", "version": "9.1.0374",
"description": "A highly configurable text editor", "description": "A highly configurable text editor",
"homepage": "https://www.vim.org", "homepage": "https://www.vim.org",
"license": "Vim", "license": "Vim",
@ -9,13 +9,13 @@
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/vim/vim-win32-installer/releases/download/v9.1.0368/gvim_9.1.0368_x64.zip", "url": "https://github.com/vim/vim-win32-installer/releases/download/v9.1.0374/gvim_9.1.0374_x64.zip",
"hash": "e334f026af345da528139b005a95970a12763d65142206d6acf9c9f824f3c8c3", "hash": "acc79658521ba7708de97f6db55fa25e0acdb0ef9dbc33e4bd4df3cf15dc0455",
"extract_dir": "vim/vim91" "extract_dir": "vim/vim91"
}, },
"32bit": { "32bit": {
"url": "https://github.com/vim/vim-win32-installer/releases/download/v9.1.0368/gvim_9.1.0368_x86.zip", "url": "https://github.com/vim/vim-win32-installer/releases/download/v9.1.0374/gvim_9.1.0374_x86.zip",
"hash": "dc67a0c14dc4c560ccd78999249c770e1abde6d59ab5b30cd1778b0b6b012810", "hash": "5c70f8e8e00ef846124ea8fe46852fc2dc7d124f8aebce3499472a504a9f8b64",
"extract_dir": "vim/vim91" "extract_dir": "vim/vim91"
} }
}, },