{
    "version": "1.10.0",
    "description": "Documentation generator from annotated source code.",
    "homepage": "https://www.doxygen.nl/",
    "license": "GPL-2.0-only",
    "architecture": {
        "64bit": {
            "url": "http://doxygen.nl/files/doxygen-1.10.0.windows.x64.bin.zip",
            "hash": "2135c1d5bdd6e067b3d0c40a4daac5d63d0fee1b3f4d6ef1e4f092db0d632d5b"
        }
    },
    "bin": [
        "doxygen.exe",
        "doxyindexer.exe",
        "doxysearch.cgi.exe"
    ],
    "checkver": {
        "url": "http://www.doxygen.nl/download.html",
        "regex": "doxygen-([\\d.]+).windows"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "http://doxygen.nl/files/doxygen-$version.windows.x64.bin.zip",
                "hash": {
                    "url": "http://www.doxygen.nl/download.html",
                    "regex": "doxygen-[\\d.]+.windows.x64.bin.zip.+$sha256"
                }
            }
        }
    }
}
