ScoopInstaller_Main/bucket/cppcheck.json
2022-05-24 12:32:46 +00:00

25 lines
782 B
JSON

{
"version": "2.8",
"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.8/cppcheck-2.8-x64-Setup.msi",
"hash": "752037a631a23698c03609fbce9339a5466d2e25ea05da57b948df61b6ed873e"
}
},
"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"
}
}
}
}