2019-07-05 13:01:50 +00:00

47 lines
1.4 KiB
JSON

{
"homepage": "https://neovim.io/",
"version": "0.3.8",
"description": "Vim-fork focused on extensibility and usability",
"license": {
"identifier": "Apache-2.0,MIT,Vim",
"url": "https://github.com/neovim/neovim/blob/master/LICENSE"
},
"architecture": {
"64bit": {
"url": "https://github.com/neovim/neovim/releases/download/v0.3.8/nvim-win64.zip",
"hash": "51999d80ee2f7bd67b274302063eef4d997a0b1a29868049d12541ebe68941dc"
},
"32bit": {
"url": "https://github.com/neovim/neovim/releases/download/v0.3.8/nvim-win32.zip",
"hash": "625aa75cbed8fc25090d178174f08d35934e830f0d16cc23418d05ddd25e4716"
}
},
"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"
}
}