mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
35 lines
1.0 KiB
JSON
35 lines
1.0 KiB
JSON
{
|
|
"homepage": "http://www.doxygen.nl/",
|
|
"license": "GPL-2.0",
|
|
"version": "1.8.15",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "http://doxygen.nl/files/doxygen-1.8.15.windows.x64.bin.zip",
|
|
"hash": "911327b393c5068a5b34063f12a9bacb0ab536c12b5843e98b10f6da906f9214"
|
|
},
|
|
"32bit": {
|
|
"url": "http://doxygen.nl/files/doxygen-1.8.15.windows.bin.zip",
|
|
"hash": "b34b82e0e036e0ebefc609c78f9ff5de305abac0330b9356acc91e57f77b1f59"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|