mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
29 lines
825 B
JSON
29 lines
825 B
JSON
{
|
|
"version": "1.9.3",
|
|
"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.3.windows.x64.bin.zip",
|
|
"hash": "575b1a27cb907675d24f2c348a4d95d9cdd6a2000f6a8d8bfc4c3a20b2e120f5"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|