ScoopInstaller_Main/doxygen.json
2017-12-25 19:00:51 +00:00

35 lines
1.1 KiB
JSON

{
"homepage": "http://www.doxygen.nl/",
"license": "GPL2",
"version": "1.8.14",
"architecture": {
"64bit": {
"url": "https://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.14.windows.x64.bin.zip",
"hash": "742f77a3a55ae438076958e7103e95864fd8ed62ee86ce203e092a6792618f9c"
},
"32bit": {
"url": "https://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.14.windows.bin.zip",
"hash": "c88e2ff9b5a27a255e8d4c655cd63f5a6c3786e016ce7c88fc585cc58f2c8704"
}
},
"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": "https://ftp.stack.nl/pub/users/dimitri/doxygen-$version.windows.x64.bin.zip"
},
"32bit": {
"url": "https://ftp.stack.nl/pub/users/dimitri/doxygen-$version.windows.bin.zip"
}
}
}
}