neovim: Update to version 0.3.8

This commit is contained in:
Richard Kuhnt 2019-07-05 13:01:50 +00:00
parent accf752ee3
commit 0436883342

View File

@ -1,6 +1,6 @@
{ {
"homepage": "https://neovim.io/", "homepage": "https://neovim.io/",
"version": "0.3.7", "version": "0.3.8",
"description": "Vim-fork focused on extensibility and usability", "description": "Vim-fork focused on extensibility and usability",
"license": { "license": {
"identifier": "Apache-2.0,MIT,Vim", "identifier": "Apache-2.0,MIT,Vim",
@ -8,12 +8,12 @@
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/neovim/neovim/releases/download/v0.3.7/nvim-win64.zip", "url": "https://github.com/neovim/neovim/releases/download/v0.3.8/nvim-win64.zip",
"hash": "e049e28cb9d4c0c89de33f3a1266197e6b8c3bcb28677617f7117661de702235" "hash": "51999d80ee2f7bd67b274302063eef4d997a0b1a29868049d12541ebe68941dc"
}, },
"32bit": { "32bit": {
"url": "https://github.com/neovim/neovim/releases/download/v0.3.7/nvim-win32.zip", "url": "https://github.com/neovim/neovim/releases/download/v0.3.8/nvim-win32.zip",
"hash": "c4cfe890c4c92a4a56716933775f20d819cfcd94e1575000b9a98be3713fff91" "hash": "625aa75cbed8fc25090d178174f08d35934e830f0d16cc23418d05ddd25e4716"
} }
}, },
"extract_dir": "Neovim", "extract_dir": "Neovim",