neovim: Update to version 0.4.0

This commit is contained in:
Richard Kuhnt 2019-09-16 00:00:27 +00:00
parent d305778d1e
commit d3d53697f5

View File

@ -1,6 +1,6 @@
{
"homepage": "https://neovim.io/",
"version": "0.3.8",
"version": "0.4.0",
"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.3.8/nvim-win64.zip",
"url": "https://github.com/neovim/neovim/releases/download/v0.4.0/nvim-win64.zip",
"hash": "51999d80ee2f7bd67b274302063eef4d997a0b1a29868049d12541ebe68941dc"
},
"32bit": {
"url": "https://github.com/neovim/neovim/releases/download/v0.3.8/nvim-win32.zip",
"url": "https://github.com/neovim/neovim/releases/download/v0.4.0/nvim-win32.zip",
"hash": "625aa75cbed8fc25090d178174f08d35934e830f0d16cc23418d05ddd25e4716"
}
},