ScoopInstaller_Main/bucket/cppcheck.json
2024-04-23 12:30:55 +00:00

31 lines
891 B
JSON

{
"version": "2.14.0",
"description": "Static analysis tool for C/C++ code",
"homepage": "https://cppcheck.sourceforge.io/",
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/danmar/cppcheck/releases/download/2.14.0/cppcheck-2.14.0-x64-Setup.msi",
"hash": "df27b2346d941d7c502b3a95b10ffb0dff9e06b6063f5c282452fadd8a78f54b"
}
},
"shortcuts": [
[
"cppcheckgui.exe",
"Cppcheck"
]
],
"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"
}
}
}
}