{
    "version": "2.20.0",
    "description": "Static analysis tool for C/C++ code",
    "homepage": "https://cppcheck.sourceforge.io/",
    "license": "GPL-3.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/danmar/cppcheck/releases/download/2.20.0/cppcheck-2.20.0-x64-Setup.msi",
            "hash": "bb1132bca1bca857a6ce3f04605698f002196070a947cae7015eeddc3c00f449"
        }
    },
    "shortcuts": [
        [
            "cppcheckgui.exe",
            "Cppcheck"
        ]
    ],
    "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"
            }
        }
    }
}
