2022-08-26 20:31:42 +00:00

29 lines
825 B
JSON

{
"version": "1.9.5",
"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.5.windows.x64.bin.zip",
"hash": "8ae47b222d0cc0fb9bf001d5a01764cc478e0bf585492daa1003dfd836c72c25"
}
},
"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"
}
}
}
}