mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
25 lines
781 B
JSON
25 lines
781 B
JSON
{
|
|
"version": "2.3",
|
|
"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.3/cppcheck-2.3-x64-Setup.msi",
|
|
"hash": "38a2d796f8f7d50abb45f5f7158b8443ac7660f4a1a9efc7d4a7ee2ec85c2118"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|