2019-05-25 14:01:22 +00:00

45 lines
1.3 KiB
JSON

{
"version": "0.3.5",
"license": {
"identifier": "Apache-2.0,MIT,Vim,Freeware(Node.js)",
"url": "https://github.com/neovim/neovim/blob/master/LICENSE"
},
"architecture": {
"64bit": {
"url": "https://github.com/neovim/neovim/releases/download/v0.3.5/nvim-win64.zip",
"hash": "ecde1d19b7045d785aede4e2f710ac66b987e775676d7c9d537238495eb534b1"
},
"32bit": {
"url": "https://github.com/neovim/neovim/releases/download/v0.3.5/nvim-win32.zip",
"hash": "cd27975c8ecf3c0edae492fa6e1c40d82fdadd78521fee55c911fd26bfb54a8c"
}
},
"suggest": {
"vcredist": "extras/vcredist2015"
},
"homepage": "https://neovim.io/",
"bin": [
"Neovim\\bin\\nvim.exe",
"Neovim\\bin\\nvim-qt.exe"
],
"shortcuts": [
[
"Neovim\\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"
}
}
}
}