mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
25 lines
782 B
JSON
25 lines
782 B
JSON
{
|
|
"version": "2.7",
|
|
"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.7/cppcheck-2.7-x64-Setup.msi",
|
|
"hash": "d481563ecca60d0c2279ac2ae1aa9b35991a284d6cb7d126e64bb84546a3cba1"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|