vim: Update to version 9.1.0330

This commit is contained in:
github-actions[bot] 2024-04-15 03:24:34 +00:00
parent 9ff52d0f99
commit b7d6c3359a

View File

@ -1,5 +1,5 @@
{ {
"version": "9.1.0318", "version": "9.1.0330",
"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.0318/gvim_9.1.0318_x64.zip", "url": "https://github.com/vim/vim-win32-installer/releases/download/v9.1.0330/gvim_9.1.0330_x64.zip",
"hash": "66706fa80d6da33a9c7566a855420d506953fa911a126076588c6dbc290b6e65", "hash": "bdc27f1a6d81b72272e56d7a75dff7bd9b5861c354ab789581c873e9b0379493",
"extract_dir": "vim/vim91" "extract_dir": "vim/vim91"
}, },
"32bit": { "32bit": {
"url": "https://github.com/vim/vim-win32-installer/releases/download/v9.1.0318/gvim_9.1.0318_x86.zip", "url": "https://github.com/vim/vim-win32-installer/releases/download/v9.1.0330/gvim_9.1.0330_x86.zip",
"hash": "2ee83980dee71a8ae750077c90347867a9cf11749f9a94ad5c5ae1e0004a5be8", "hash": "a9f40d4111ee43fbcbf1aa5690a4cef33e7f7b78faac2af6a20efc12297e7300",
"extract_dir": "vim/vim91" "extract_dir": "vim/vim91"
} }
}, },