ScoopInstaller_Main/bucket/cppcheck.json
2024-06-22 16:28:53 +00:00

31 lines
891 B
JSON

{
"version": "2.14.2",
"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.2/cppcheck-2.14.2-x64-Setup.msi",
"hash": "c6da399327b33c5a56676981fabba550ac0ad172a739e956d5f0256e5321e0cd"
}
},
"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"
}
}
}
}