mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-08 04:35:13 +00:00
49 lines
1.5 KiB
JSON
49 lines
1.5 KiB
JSON
{
|
|
"version": "0.6.0-dev-445-ga36c6e5df",
|
|
"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": "eb4f432d165e1c7fafdc3f72bad8feaea807e67e695bed9e952cd49def36e27d"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/neovim/neovim/releases/download/nightly/nvim-win32.zip",
|
|
"hash": "268a6cdf8e53ca50a3537e383c52a6130d83f1f11f8e0f80d9bb07eae1a95cba"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|