mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
49 lines
1.5 KiB
JSON
49 lines
1.5 KiB
JSON
{
|
|
"version": "0.6.0-dev-558-g3ba800f15",
|
|
"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": "efb1999297bc171fd8dbc0027307dfd049415c8ac6fb9a39c55ed75ca98548c1"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/neovim/neovim/releases/download/nightly/nvim-win32.zip",
|
|
"hash": "df8947fa4b5fd23cff49a6c37624a1c61dff1b5e28b06210e59a85cb3583c45e"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|