mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
25 lines
781 B
JSON
25 lines
781 B
JSON
{
|
|
"version": "2.2",
|
|
"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.2/cppcheck-2.2-x64-Setup.msi",
|
|
"hash": "379c43854a9da1a4c238ea47dd2fbf963220b7385958d9afdc12b133d1d83eb3"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|