mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
25 lines
782 B
JSON
25 lines
782 B
JSON
{
|
|
"version": "2.6",
|
|
"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.6/cppcheck-2.6-x64-Setup.msi",
|
|
"hash": "2094f180e3e1e16d4ec77560289c909178707a3e3ec46aa06ee399dc63af841d"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|