mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
36 lines
1.1 KiB
JSON
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.17",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "http://doxygen.nl/files/doxygen-1.8.17.windows.x64.bin.zip",
|
|
"hash": "49051ae149715b765d94d51eb8c4c6043636464cb27ba5f75c14f71ab81d8740"
|
|
},
|
|
"32bit": {
|
|
"url": "http://doxygen.nl/files/doxygen-1.8.17.windows.bin.zip",
|
|
"hash": "5adf183f2591fc6590e57e11c929758bda6229486fce17aee248329da85e34fa"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|