mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
clangd: Add version 13.0.0 (#2941)
This commit is contained in:
parent
e1e75bf10f
commit
3cc7a983ca
25
bucket/clangd.json
Normal file
25
bucket/clangd.json
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"version": "13.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/13.0.0/clangd-windows-13.0.0.zip",
|
||||
"hash": "94f1caaaa5cfa18711b411f727afa5fc2d66b5c37946f6757e5135101a1e1dc7",
|
||||
"extract_dir": "clangd_13.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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user