2019-05-28 23:00:36 +00:00

46 lines
1.4 KiB
JSON

{
"homepage": "https://neovim.io/",
"version": "0.3.6",
"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.6/nvim-win64.zip",
"hash": "8ae18bf555433535b6406935f3a8979026034b4981619ff6abceff4358940f66"
},
"32bit": {
"url": "https://github.com/neovim/neovim/releases/download/v0.3.6/nvim-win32.zip",
"hash": "a0e33abc79bb30b92aa273fd9c66db54676a9f0136c034861d2a51de58a2f08a"
}
},
"suggest": {
"vcredist": "extras/vcredist2015"
},
"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"
}
}
}
}