diff --git a/bucket/vim.json b/bucket/vim.json index 304d629a61..952086991a 100644 --- a/bucket/vim.json +++ b/bucket/vim.json @@ -1,5 +1,5 @@ { - "version": "9.1.0282", + "version": "9.1.0296", "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.0282/gvim_9.1.0282_x64.zip", - "hash": "c5ed7194ed55a6626cecc8810f162eafd5de8fd280268e8d18e4cb33766024ac", + "url": "https://github.com/vim/vim-win32-installer/releases/download/v9.1.0296/gvim_9.1.0296_x64.zip", + "hash": "ca892cae3eff675d296b7a56f59de338707e29612b71da642069795271f86f72", "extract_dir": "vim/vim91" }, "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v9.1.0282/gvim_9.1.0282_x86.zip", - "hash": "c5cb1d92ea705d59ea23a2403f04f3fa27eda82e2725a7d32da2b7da49e7bd98", + "url": "https://github.com/vim/vim-win32-installer/releases/download/v9.1.0296/gvim_9.1.0296_x86.zip", + "hash": "274fb78262bd44a6fef4eef67bfa8968ab690af6c904d27dd35b83182ee1c5c6", "extract_dir": "vim/vim91" } },