ScoopInstaller_Main/bucket/cppcheck.json
2025-02-23 16:28:35 +00:00

31 lines
891 B
JSON

{
"version": "2.17.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.17.0/cppcheck-2.17.0-x64-Setup.msi",
"hash": "370e3e1a37928ed0691befd7472b46522aa51048ab6f2128f9a6e28954a7f76a"
}
},
"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"
}
}
}
}