mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-11 11:11:19 +00:00
25 lines
781 B
JSON
25 lines
781 B
JSON
{
|
|
"homepage": "http://cppcheck.sourceforge.net/",
|
|
"description": "Static analysis tool for C/C++ code",
|
|
"license": "GPL-3.0-only",
|
|
"version": "2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/danmar/cppcheck/releases/download/2.0/cppcheck-2.0-x64-Setup.msi",
|
|
"hash": "1876175164cf1559fb0f97c5746d8a6b326186021abe4ac7308fc05a071dbb0f"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|