ScoopInstaller_Main/neovim.json
2018-07-19 20:00:33 +00:00

47 lines
1.4 KiB
JSON

{
"version": "0.3.1",
"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.1/nvim-win64.zip",
"hash": "732520659032f9d2bc17e0318e6cf52bb880a6338aaaccc96162535269943c23"
},
"32bit": {
"url": "https://github.com/neovim/neovim/releases/download/v0.3.1/nvim-win32.zip",
"hash": "9c06dcc0aacef56f6980d80d30321796cd1e1c9b27d778bd65423a5ca1fb4043"
}
},
"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"
}
}
}
}