diff --git a/bucket/neovim.json b/bucket/neovim.json index 0e743f6183..18328843ac 100644 --- a/bucket/neovim.json +++ b/bucket/neovim.json @@ -1,5 +1,5 @@ { - "version": "0.4.4", + "version": "0.5.0", "description": "Vim-fork focused on extensibility and usability", "homepage": "https://neovim.io/", "license": { @@ -11,12 +11,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/neovim/neovim/releases/download/v0.4.4/nvim-win64.zip", - "hash": "4b88daae8427624f82abb10eb6e527f4b0c600e83aaa9a0857d06106b445bbd3" + "url": "https://github.com/neovim/neovim/releases/download/v0.5.0/nvim-win64.zip", + "hash": "0064bd9f6b270158212ec0a55c1e7255562d4813ad3316592b1f74df041d3c06" }, "32bit": { - "url": "https://github.com/neovim/neovim/releases/download/v0.4.4/nvim-win32.zip", - "hash": "2b8011cbe4a4028d8fddfecf555b5a66d05ad34d36e242ff26b418ddf33b323f" + "url": "https://github.com/neovim/neovim/releases/download/v0.5.0/nvim-win32.zip", + "hash": "9d0dcdc535ace7500e8395e2d814a415fb9405aedb5cb56382b9f96f98c272e9" } }, "extract_dir": "Neovim",