ScoopInstaller_Main/bucket/cppcheck.json
2022-05-06 08:31:12 +00:00

25 lines
782 B
JSON

{
"version": "2.7",
"description": "Static analysis tool for C/C++ code",
"homepage": "http://cppcheck.sourceforge.net/",
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/danmar/cppcheck/releases/download/2.7/cppcheck-2.7-x64-Setup.msi",
"hash": "d481563ecca60d0c2279ac2ae1aa9b35991a284d6cb7d126e64bb84546a3cba1"
}
},
"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"
}
}
}
}