diff --git a/bucket/neovim.json b/bucket/neovim.json index 2971308ec2..c5706e77d3 100644 --- a/bucket/neovim.json +++ b/bucket/neovim.json @@ -1,5 +1,5 @@ { - "version": "0.10.0", + "version": "0.10.1", "description": "Vim-fork focused on extensibility and usability", "homepage": "https://neovim.io/", "license": { @@ -11,14 +11,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/neovim/neovim/releases/download/v0.10.0/nvim-win64.zip", - "hash": "e32390f8ed607c9a3749c2faba68e1dd9ecc6fa9a7cae544e4dadd810766d064" + "url": "https://github.com/neovim/neovim/releases/download/v0.10.1/nvim-win64.zip", + "hash": "6b9be9acb4f5011f7ab6f7390286a579534e05f0dcf8f37d503c4d40b4adf548" } }, "extract_dir": "nvim-win64", - "bin": [ - "bin\\nvim.exe" - ], + "bin": "bin\\nvim.exe", "checkver": { "url": "https://api.github.com/repositories/16408992/releases/latest", "jsonpath": "$.body",