ScoopInstaller_Main/bucket/cppcheck.json
2021-07-04 03:04:51 -07:00

25 lines
782 B
JSON

{
"version": "2.5",
"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.5/cppcheck-2.5-x64-Setup.msi",
"hash": "5cda946e59c8402fb82186bf94bf1f70ff74d8f36110b20f044ac2ee31d84a77"
}
},
"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"
}
}
}
}