ScoopInstaller_Main/bucket/cppcheck.json
2025-02-26 16:30:42 +00:00

31 lines
891 B
JSON

{
"version": "2.17.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.17.1/cppcheck-2.17.1-x64-Setup.msi",
"hash": "bcc28e10ae88584a5844540f0b9d54419eb04185f506565459117ec73d63f137"
}
},
"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"
}
}
}
}