mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
26 lines
836 B
JSON
26 lines
836 B
JSON
{
|
|
"version": "20.1.8",
|
|
"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/20.1.8/clangd-windows-20.1.8.zip",
|
|
"hash": "717a0700fc660574647468b3d0b67e46a077d27e4da794d9d0c212add6ba6765",
|
|
"extract_dir": "clangd_20.1.8"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|