mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
29 lines
826 B
JSON
29 lines
826 B
JSON
{
|
|
"version": "1.9.6",
|
|
"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.9.6.windows.x64.bin.zip",
|
|
"hash": "0bad774b13608c3d67f7c7b506096fc038ce058794e96950252648d807b5888a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|