2020-08-08 17:00:24 +00:00

36 lines
1.1 KiB
JSON

{
"homepage": "http://www.doxygen.nl/",
"description": "Documentation generator from annotated source code.",
"license": "GPL-2.0-only",
"version": "1.8.19",
"architecture": {
"64bit": {
"url": "http://doxygen.nl/files/doxygen-1.8.19.windows.x64.bin.zip",
"hash": "36beda917f395b4160777f3689e86d6b7e4e51f6f9432413db8fe3b9279e6082"
},
"32bit": {
"url": "http://doxygen.nl/files/doxygen-1.8.19.windows.bin.zip",
"hash": "31718b247cc37cdb4154bdb1f61e93926b5c97bc75681634e2fc7168c1f3391c"
}
},
"bin": [
"doxygen.exe",
"doxyindexer.exe",
"doxysearch.cgi.exe"
],
"checkver": {
"url": "http://www.doxygen.nl/download.html",
"re": "The latest version of doxygen is ([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "http://doxygen.nl/files/doxygen-$version.windows.x64.bin.zip"
},
"32bit": {
"url": "http://doxygen.nl/files/doxygen-$version.windows.bin.zip"
}
}
}
}