mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
* Update cppcheck.json * Update cppcheck.json --------- Co-authored-by: HUMORCE <humorce@outlook.com>
31 lines
891 B
JSON
31 lines
891 B
JSON
{
|
|
"version": "2.13.0",
|
|
"description": "Static analysis tool for C/C++ code",
|
|
"homepage": "https://cppcheck.sourceforge.io/",
|
|
"license": "GPL-3.0-only",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/danmar/cppcheck/releases/download/2.13.0/cppcheck-2.13.0-x64-Setup.msi",
|
|
"hash": "72c4910dd5d027353deb88d98498e27b9e4f0ba49467c9130796ee91e9a646c2"
|
|
}
|
|
},
|
|
"shortcuts": [
|
|
[
|
|
"cppcheckgui.exe",
|
|
"Cppcheck"
|
|
]
|
|
],
|
|
"extract_dir": "PFiles\\Cppcheck",
|
|
"bin": "cppcheck.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/danmar/cppcheck"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/danmar/cppcheck/releases/download/$version/cppcheck-$version-x64-Setup.msi"
|
|
}
|
|
}
|
|
}
|
|
}
|