ScoopInstaller_Main/neovim.json
2019-01-13 22:00:36 +00:00

45 lines
1.3 KiB
JSON

{
"version": "0.3.4",
"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.4/nvim-win64.zip",
"hash": "2e8fa4f4324b5449334f8b97268e2801330c19f9c09c57922e2a3e171d03fad8"
},
"32bit": {
"url": "https://github.com/neovim/neovim/releases/download/v0.3.4/nvim-win32.zip",
"hash": "73ac0758e71cf33f8e8231fa221f17499a778771451bf426ab046b19ae888753"
}
},
"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"
}
}
}
}