ScoopInstaller_Main/bucket/cppcheck.json
2020-10-03 21:28:35 +02:00

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"
}
}
}
}