ScoopInstaller_Main/bucket/neovim-nightly.json
github-actions[bot] a58f38a7c9
neovim-nightly: hash fix (#2951)
Co-authored-by: ScoopInstaller <cabera.jakub@gmail.com>
2021-11-14 23:44:51 +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": "6f86e7e684893da5c3351a1c1e3ec05891bffc52f59d5b7abf7ff8d89b0cc316"
},
"32bit": {
"url": "https://github.com/neovim/neovim/releases/download/nightly/nvim-win32.zip",
"hash": "9a20dda23b0ccf571dc197c34bf18d57286ee9874808355d449dc3bcedf1f73a"
}
},
"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"
}
}
}
}