mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
37 lines
1.2 KiB
JSON
37 lines
1.2 KiB
JSON
{
|
|
"version": "0.10.3",
|
|
"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/vcredist2022"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/neovim/neovim/releases/download/v0.10.3/nvim-win64.zip",
|
|
"hash": "e5c1d5c1f9e0da6498ab3341046bb7568b72cfb578236188025c5dc5485ce752"
|
|
}
|
|
},
|
|
"extract_dir": "nvim-win64",
|
|
"bin": "bin\\nvim.exe",
|
|
"checkver": {
|
|
"url": "https://api.github.com/repositories/16408992/releases/latest",
|
|
"jsonpath": "$.body",
|
|
"regex": "NVIM v(?<majorVersion>[\\w.-]+)\\.(?<minorVersion>[\\w.-]+)\\.(?<patchVersion>[\\w.-]+)",
|
|
"replace": "${majorVersion}.${minorVersion}.${patchVersion}"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/neovim/neovim/releases/download/v$version/nvim-win64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha256sum"
|
|
}
|
|
}
|
|
}
|