ScoopInstaller_Main/bucket/cppcheck.json
2021-03-21 22:00:24 +00:00

25 lines
781 B
JSON

{
"version": "2.4",
"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.4/cppcheck-2.4-x64-Setup.msi",
"hash": "6e3e6d7720543f316c6ad21d18606099428ef2429ae3d71f1beea51111038fbb"
}
},
"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"
}
}
}
}