2019-09-16 14:50:25 -07:00

47 lines
1.4 KiB
JSON

{
"homepage": "https://neovim.io/",
"version": "0.4.2",
"description": "Vim-fork focused on extensibility and usability",
"license": {
"identifier": "Apache-2.0,Vim",
"url": "https://github.com/neovim/neovim/blob/master/LICENSE"
},
"architecture": {
"64bit": {
"url": "https://github.com/neovim/neovim/releases/download/v0.4.2/nvim-win64.zip",
"hash": "de39dd86c25a990f9b2468a775ca48608fadc71d5e9f35a04882480fd15a07ae"
},
"32bit": {
"url": "https://github.com/neovim/neovim/releases/download/v0.4.2/nvim-win32.zip",
"hash": "ad356fa9ee20fe4f8cfa52d70c814da43607c1050c1b7f19cdf1689aec42f061"
}
},
"extract_dir": "Neovim",
"bin": [
"bin\\nvim.exe",
"bin\\nvim-qt.exe"
],
"shortcuts": [
[
"bin\\nvim-qt.exe",
"Neovim"
]
],
"checkver": {
"github": "https://github.com/neovim/neovim"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/neovim/neovim/releases/download/v$version/nvim-win64.zip"
},
"32bit": {
"url": "https://github.com/neovim/neovim/releases/download/v$version/nvim-win32.zip"
}
}
},
"suggest": {
"vcredist": "extras/vcredist2015"
}
}