ScoopInstaller_Main/bucket/cppcheck.json
2025-07-20 12:31:35 +00:00

31 lines
891 B
JSON

{
"version": "2.18.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.18.0/cppcheck-2.18.0-x64-Setup.msi",
"hash": "651c14395b8f8b2f18b7c08ff27533142ecafd60b6be0dc123f92fbd873cb638"
}
},
"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"
}
}
}
}