mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
25 lines
785 B
JSON
25 lines
785 B
JSON
{
|
|
"version": "2.10",
|
|
"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.10/cppcheck-2.10-x64-Setup.msi",
|
|
"hash": "1963084475f34628a5c100ed8b90834d8575d28dd4ec9548d4c92c138df2fb9f"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|