mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-10 13:45:16 +00:00
26 lines
836 B
JSON
26 lines
836 B
JSON
{
|
|
"version": "15.0.0",
|
|
"description": "Language server for C/C++, by the LLVM project",
|
|
"homepage": "https://clangd.llvm.org/",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/clangd/clangd/releases/download/15.0.0/clangd-windows-15.0.0.zip",
|
|
"hash": "cf609e2da7e6e211dc16fb21ef9d08cfbc8a36901362c1e79315156581d255dc",
|
|
"extract_dir": "clangd_15.0.0"
|
|
}
|
|
},
|
|
"bin": "bin\\clangd.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/clangd/clangd"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/clangd/clangd/releases/download/$version/clangd-windows-$version.zip",
|
|
"extract_dir": "clangd_$version"
|
|
}
|
|
}
|
|
}
|
|
}
|