ScoopInstaller_Main/bucket/cppcheck.json
2022-08-28 16:30:17 +00:00

25 lines
782 B
JSON

{
"version": "2.9",
"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.9/cppcheck-2.9-x64-Setup.msi",
"hash": "090da7bbe16d2e9b1658bc482245b8d342c66a8165dc5f83b0e06a7375fb9b69"
}
},
"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"
}
}
}
}