mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 00:31:20 +00:00
This leads to more consistent license properties and allows for easier automated parsing. https://spdx.org/licenses/
35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
{
|
|
"homepage": "http://www.doxygen.nl/",
|
|
"license": "GPL-2.0",
|
|
"version": "1.8.14",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.14.windows.x64.bin.zip",
|
|
"hash": "e2d635a05fb0516311071cfcc41a3859fa22a912b484ed2c2ddec70248b75845"
|
|
},
|
|
"32bit": {
|
|
"url": "https://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.14.windows.bin.zip",
|
|
"hash": "c08900ffda8ed911746c86ad3354ad86084715cfd39ceca938f7bc2ead7988fc"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|