ScoopInstaller_Main/bucket/neovim-nightly.json
github-actions[bot] 41d88cdc85
neovim-nightly: hash fix (#2944)
Co-authored-by: ScoopInstaller <cabera.jakub@gmail.com>
2021-11-13 11:30:42 +05:30

49 lines
1.5 KiB
JSON

{
"version": "0.6.0-dev-575-g2ef9d2a66",
"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": "3488b1c931d659de05fa92785da503ab95c834a85da5e3bc171214171cedc3da"
},
"32bit": {
"url": "https://github.com/neovim/neovim/releases/download/nightly/nvim-win32.zip",
"hash": "f29258574a3ea241ac13cc261882bf25ceb6951163fc9d0543deb48443af7c45"
}
},
"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"
},
"32bit": {
"url": "https://github.com/neovim/neovim/releases/download/nightly/nvim-win32.zip"
}
}
}
}