diff --git a/bucket/vim.json b/bucket/vim.json index b25a8b3010..5c749d6ec7 100644 --- a/bucket/vim.json +++ b/bucket/vim.json @@ -1,5 +1,5 @@ { - "version": "9.1.0377", + "version": "9.1.0380", "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.0377/gvim_9.1.0377_x64.zip", - "hash": "7afcfd5d0798997dacb68d8848f50e834f32429f24279f7aa3ace9fc4c8a7628", + "url": "https://github.com/vim/vim-win32-installer/releases/download/v9.1.0380/gvim_9.1.0380_x64.zip", + "hash": "9f7377d6bdb38344dc062a09651a08968279e1ac800579a03a55ae4993ec0e5b", "extract_dir": "vim/vim91" }, "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v9.1.0377/gvim_9.1.0377_x86.zip", - "hash": "7b6a3afffb46815f2001f5374d87f5f8ffc8e6da4b0be07481c7062828ca55c9", + "url": "https://github.com/vim/vim-win32-installer/releases/download/v9.1.0380/gvim_9.1.0380_x86.zip", + "hash": "2faa7744e6f40a48b80078e1130b82114ff7e7c72635abc9cfe5239e814fd440", "extract_dir": "vim/vim91" } },