ScoopInstaller_Main/bucket/cppcheck.json
2024-08-31 16:29:25 +00:00

31 lines
891 B
JSON

{
"version": "2.15.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.15.0/cppcheck-2.15.0-x64-Setup.msi",
"hash": "5c5bcea2430b34809acbbe20c5906182777a11f3015f9bb2a4763fcf9d3efd57"
}
},
"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"
}
}
}
}