mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
26 lines
836 B
JSON
26 lines
836 B
JSON
{
|
|
"version": "12.0.1",
|
|
"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/12.0.1/clangd-windows-12.0.1.zip",
|
|
"hash": "ddcf8695e7a29d05b2d227653dbf8d68daa653d29fe03ae3ed610d288591fb7f",
|
|
"extract_dir": "clangd_12.0.1"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|