vim: Update to version 9.1.0336

This commit is contained in:
github-actions[bot] 2024-04-16 01:14:16 +00:00
parent 2a3056c4b9
commit b457034939

View File

@ -1,5 +1,5 @@
{ {
"version": "9.1.0330", "version": "9.1.0336",
"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.0330/gvim_9.1.0330_x64.zip", "url": "https://github.com/vim/vim-win32-installer/releases/download/v9.1.0336/gvim_9.1.0336_x64.zip",
"hash": "bdc27f1a6d81b72272e56d7a75dff7bd9b5861c354ab789581c873e9b0379493", "hash": "56343b2e7b48f7c2c6bbe8f03e80c7dc7d7159bd1550fb7e61be1608693070b3",
"extract_dir": "vim/vim91" "extract_dir": "vim/vim91"
}, },
"32bit": { "32bit": {
"url": "https://github.com/vim/vim-win32-installer/releases/download/v9.1.0330/gvim_9.1.0330_x86.zip", "url": "https://github.com/vim/vim-win32-installer/releases/download/v9.1.0336/gvim_9.1.0336_x86.zip",
"hash": "a9f40d4111ee43fbcbf1aa5690a4cef33e7f7b78faac2af6a20efc12297e7300", "hash": "7f17f6a2f0b212163b2b85a65b0490eeb215e2b484aadd4dd9e06cc07cc9eb7e",
"extract_dir": "vim/vim91" "extract_dir": "vim/vim91"
} }
}, },