mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
49 lines
1.5 KiB
JSON
49 lines
1.5 KiB
JSON
{
|
|
"version": "0.6.0-dev-544-g7ae86c1d4",
|
|
"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": "7076742e4fc2743689d782d5a7ee91097c41dea7df5d979122a5e133d63778cb"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/neovim/neovim/releases/download/nightly/nvim-win32.zip",
|
|
"hash": "7d3353c08a66a5d08c8762053682e7e8cb7914bbee9d4346f1953a7d3a27e48a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|