ScoopInstaller_Main/neovim.json
2018-06-11 09:00:40 +00:00

44 lines
1.3 KiB
JSON

{
"version": "0.3.0",
"license": "https://github.com/neovim/neovim/blob/master/LICENSE",
"architecture": {
"64bit": {
"url": "https://github.com/neovim/neovim/releases/download/v0.3.0/nvim-win64.zip",
"hash": "9e341575148884339055e8fccbf80907f36315ab5d27f843cbe535f06cbfdea1"
},
"32bit": {
"url": "https://github.com/neovim/neovim/releases/download/v0.3.0/nvim-win32.zip",
"hash": "3b00c7ed7e6d53ac965cb8864d8780f7e96cb259a2c27c5eff7a535d22c44cb2"
}
},
"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"
}
}
}
}