2020-04-13 12:01:49 +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.18",
"architecture": {
"64bit": {
"url": "http://doxygen.nl/files/doxygen-1.8.18.windows.x64.bin.zip",
"hash": "d83bf91ce448e4f935ce0a834360da7d767ef1805afef16d624ce9a86aa6f211"
},
"32bit": {
"url": "http://doxygen.nl/files/doxygen-1.8.18.windows.bin.zip",
"hash": "979106f0bdda354efce64e45c98eb5033ff020a30b026cb313af1501e6c8884f"
}
},
"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"
}
}
}
}