neovim: Update to version 0.4.3

This commit is contained in:
Richard Kuhnt 2019-11-08 21:00:27 +00:00
parent 33302ef2ff
commit 1eb7964475

View File

@ -1,6 +1,6 @@
{
"homepage": "https://neovim.io/",
"version": "0.4.2",
"version": "0.4.3",
"description": "Vim-fork focused on extensibility and usability",
"license": {
"identifier": "Apache-2.0,Vim",
@ -8,11 +8,11 @@
},
"architecture": {
"64bit": {
"url": "https://github.com/neovim/neovim/releases/download/v0.4.2/nvim-win64.zip",
"url": "https://github.com/neovim/neovim/releases/download/v0.4.3/nvim-win64.zip",
"hash": "de39dd86c25a990f9b2468a775ca48608fadc71d5e9f35a04882480fd15a07ae"
},
"32bit": {
"url": "https://github.com/neovim/neovim/releases/download/v0.4.2/nvim-win32.zip",
"url": "https://github.com/neovim/neovim/releases/download/v0.4.3/nvim-win32.zip",
"hash": "ad356fa9ee20fe4f8cfa52d70c814da43607c1050c1b7f19cdf1689aec42f061"
}
},