mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
25 lines
791 B
JSON
25 lines
791 B
JSON
{
|
|
"version": "2.12.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.12.0/cppcheck-2.12.0-x64-Setup.msi",
|
|
"hash": "780f0b0a56c0ec6cea9a8d81a197fd8afc8313adef22c5698fe022c446d3f3f0"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|