ScoopInstaller_Main/bucket/neovim-nightly.json

45 lines
1.2 KiB
JSON

{
"version": "0.6.0-dev-622-gfd6df7481",
"description": "Vim fork focused on extensibility and usability",
"homepage": "https://neovim.io",
"license": {
"identifier": "Apache-2.0,Vim",
"url": "https://github.com/neovim/neovim/blob/master/LICENSE"
},
"suggest": {
"vcredist": "extras/vcredist2015"
},
"architecture": {
"64bit": {
"url": "https://github.com/neovim/neovim/releases/download/nightly/nvim-win64.zip",
"hash": "c6ea226756d4480377ba730d2067e701927b34f25fdbfbebe955b2e8a5c71033"
}
},
"extract_dir": "Neovim",
"bin": [
"bin\\nvim.exe",
"bin\\nvim-qt.exe"
],
"shortcuts": [
[
"bin\\nvim-qt.exe",
"Neovim"
]
],
"checkver": {
"url": "https://api.github.com/repos/neovim/neovim/releases",
"regex": "NVIM v([\\w.-]+)\\+([\\w.-]+)",
"replace": "${1}-${2}"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/neovim/neovim/releases/download/nightly/nvim-win64.zip",
"hash": {
"url": "$url.sha256sum"
}
}
}
}
}