mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"version": "0.6.0",
|
|
"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/v0.6.0/nvim-win64.zip",
|
|
"hash": "d46a161a8e025f8a03a75b1181372f2712116e4edf566b2569cdcc4f371f80c4"
|
|
}
|
|
},
|
|
"extract_dir": "Neovim",
|
|
"bin": [
|
|
"bin\\nvim.exe",
|
|
"bin\\nvim-qt.exe"
|
|
],
|
|
"shortcuts": [
|
|
[
|
|
"bin\\nvim-qt.exe",
|
|
"Neovim"
|
|
]
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/neovim/neovim",
|
|
"regex": "NVIM v([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/neovim/neovim/releases/download/v$version/nvim-win64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha256sum"
|
|
}
|
|
}
|
|
}
|