mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-08 16:31:20 +00:00
26 lines
836 B
JSON
26 lines
836 B
JSON
{
|
|
"version": "14.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/14.0.0/clangd-windows-14.0.0.zip",
|
|
"hash": "1aa747adcb78634fab9556e8d437863c91dc0e01659cc22a358762ac19b35681",
|
|
"extract_dir": "clangd_14.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"
|
|
}
|
|
}
|
|
}
|
|
}
|