ScoopInstaller_Main/bucket/cppcheck.json
2024-05-26 20:24:59 +00:00

31 lines
891 B
JSON

{
"version": "2.14.1",
"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.14.1/cppcheck-2.14.1-x64-Setup.msi",
"hash": "824a11b5b90a49717da24a44aa9c925ab451a690e1c52cf98f4c1d4983a66ea9"
}
},
"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"
}
}
}
}