2026-01-27 00:46:29 +00:00

45 lines
1.6 KiB
JSON

{
"version": "0.11.6",
"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.11.6/nvim-win64.zip",
"hash": "90fc6d7cdf3d3388737caab1e2c554aa24b468f3a5cc38ef63857ddf1103513c",
"extract_dir": "nvim-win64"
},
"arm64": {
"url": "https://github.com/neovim/neovim/releases/download/v0.11.6/nvim-win-arm64.zip",
"hash": "67a4e1da1f0d99e71c5e7b2dfd95f8c34721bd8c139eec99bb3e9034c2766301",
"extract_dir": "nvim-win-arm64"
}
},
"bin": [
"bin\\nvim.exe",
"bin\\xxd.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"
},
"arm64": {
"url": "https://github.com/neovim/neovim/releases/download/v$version/nvim-win-arm64.zip"
}
}
}
}