mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"version": "1.9.1",
|
|
"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.1.windows.x64.bin.zip",
|
|
"hash": "deb8e6e5f21c965ec07fd32589d0332eff047f2c8658b5c56be4839a5dd43353"
|
|
},
|
|
"32bit": {
|
|
"url": "http://doxygen.nl/files/doxygen-1.9.1.windows.bin.zip",
|
|
"hash": "c9782f545be757dac6e424f5347b7bbf1169da927058dc9954d801a5e8399de5"
|
|
}
|
|
},
|
|
"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"
|
|
},
|
|
"32bit": {
|
|
"url": "http://doxygen.nl/files/doxygen-$version.windows.bin.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|