neovim: Update to version 0.4.2

This commit is contained in:
Richard Kuhnt 2019-09-16 05:00:19 +00:00
parent ed70803755
commit 1945f0d6a5

View File

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