2023-05-18 20:25:01 +00:00

29 lines
826 B
JSON

{
"version": "1.9.7",
"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.9.7.windows.x64.bin.zip",
"hash": "d0c0c4c2b707582d57a9ed51253a638069c91427b0e569dedd963fdd01bf1136"
}
},
"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"
}
}
}
}