-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathdoxygen.json
32 lines (32 loc) · 1.01 KB
/
doxygen.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"version": "1.13.2",
"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.13.2.windows.x64.bin.zip",
"hash": "dedbcf1d05911afc003989d33194ab95539e2ef4535cc00143b5917c22614406"
}
},
"bin": [
"doxygen.exe",
"doxyindexer.exe",
"doxysearch.cgi.exe"
],
"checkver": {
"url": "http://www.doxygen.nl/download.html",
"regex": "doxygen-([\\d.]+).windows"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "http://doxygen.nl/files/doxygen-$version.windows.x64.bin.zip",
"hash": {
"url": "http://www.doxygen.nl/download.html",
"regex": "doxygen-[\\d.]+.windows.x64.bin.zip.+$sha256"
}
}
}
}
}