Files
cppcheck/tools.json
2026-05-27 12:41:35 +03:00

61 lines
2.4 KiB
JSON

{
"tools": [
{
"name": "tool-cppcheck",
"description": "Tool for static code analysis",
"export_paths": [
[
""
]
],
"info_url": "https://cppcheck.sourceforge.io",
"install": "always",
"license": "GPL-3.0",
"supported_targets": [
"all"
],
"version_cmd": [
""
],
"version_regex": "v([0-9.]+)",
"versions": [
{
"name": "tool-cppcheck",
"status": "recommended",
"linux-armel": {
"url": "https://pioduino.netmesvoip.ru/pioduino/cppcheck/releases/download/2.11.0-230717/tool-cppcheck-linux_armv6l-1.21100.230717.tar.gz",
"size": 2395975,
"sha256": "0705f906f8d4c0bb2d5803ab60b5efa5558d4d59ed47c4c05f89f93e24fadd6c"
},
"linux-arm64": {
"url": "https://pioduino.netmesvoip.ru/pioduino/cppcheck/releases/download/2.11.0-230717/tool-cppcheck-linux_aarch64-1.21100.230717.tar.gz",
"size": 2546941,
"sha256": "42f593c0da6917ab6e54514280ec4f466df0235fad6db4282e81e56f2af1e21d"
},
"linux-amd64": {
"url": "https://pioduino.netmesvoip.ru/pioduino/cppcheck/releases/download/2.11.0-230717/tool-cppcheck-linux_x86_64-1.21100.230717.tar.gz",
"size": 2690814,
"sha256": "5e424c9514ab830327a2105993ff44ec507393f432c037c8971c6b0df49ad439"
},
"macos": {
"url": "https://pioduino.netmesvoip.ru/pioduino/cppcheck/releases/download/2.11.0-230717/tool-cppcheck-darwin_x86_64-1.21100.230717.tar.gz",
"size": 2668186,
"sha256": "6d643b3f63d07516ea5d88c6ec8cc34db2059662532739107256d4dc5fd1457d"
},
"macos-arm64": {
"url": "https://pioduino.netmesvoip.ru/pioduino/cppcheck/releases/download/2.11.0-230717/tool-cppcheck-darwin_x86_64-1.21100.230717.tar.gz",
"size": 2668186,
"sha256": "6d643b3f63d07516ea5d88c6ec8cc34db2059662532739107256d4dc5fd1457d"
},
"win64": {
"url": "https://pioduino.netmesvoip.ru/pioduino/cppcheck/releases/download/2.11.0-230717/tool-cppcheck-windows_amd64-1.21100.230717.tar.gz",
"size": 3194735,
"sha256": "97875c2bf73aaf5deb66c56d63607397d4b2b36f30d7ec742cfec6c53b07e0d7"
}
}
]
}
],
"version": 1
}