mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"homepage": "http://www.doxygen.nl/",
|
|
"description": "A documentation generator, a tool for writing software reference documentation.",
|
|
"license": "GPL-2.0-only",
|
|
"version": "1.8.16",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "http://doxygen.nl/files/doxygen-1.8.16.windows.x64.bin.zip",
|
|
"hash": "c84890ec003841c1ee6ff35dd3b17fdfd5ae4c2914d1c8df11dcc3719d294ac5"
|
|
},
|
|
"32bit": {
|
|
"url": "http://doxygen.nl/files/doxygen-1.8.16.windows.bin.zip",
|
|
"hash": "eef7df610f0826eb500fb6da15a1df4bc40c0d0035d24dca5c4fd448a9066d66"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|