2020-12-28 09:25:35 +01:00

36 lines
1.1 KiB
JSON

{
"version": "1.9.0",
"description": "Documentation generator from annotated source code.",
"homepage": "http://www.doxygen.nl/",
"license": "GPL-2.0-only",
"architecture": {
"64bit": {
"url": "http://doxygen.nl/files/doxygen-1.9.0.windows.x64.bin.zip",
"hash": "6de08e0baf8f301fce7498acdf36b610535d0e90934f0cd3b77c3ffb6da8b543"
},
"32bit": {
"url": "http://doxygen.nl/files/doxygen-1.9.0.windows.bin.zip",
"hash": "a0854ea53ec6d2a94db0510f186cd2086d6b74ea8d22b21e5f485787ca9c2ca4"
}
},
"bin": [
"doxygen.exe",
"doxyindexer.exe",
"doxysearch.cgi.exe"
],
"checkver": {
"url": "http://www.doxygen.nl/download.html",
"regex": "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"
}
}
}
}