ScoopInstaller_Main/neovim.json
2018-12-31 15:00:28 +00:00

45 lines
1.3 KiB
JSON

{
"version": "0.3.2",
"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.2/nvim-win64.zip",
"hash": "ea1251a9d09beb04cc0ec80bdff7080b4d5dadee32c54677d4785625ea88f8e2"
},
"32bit": {
"url": "https://github.com/neovim/neovim/releases/download/v0.3.2/nvim-win32.zip",
"hash": "f892fa66c97fe589e0a173c735c0ad81d943bec00e815213031ff56a4882dab6"
}
},
"suggest": {
"Visual Studio 2015 C++ redistributable": "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"
}
}
}
}