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