doxygen: (chore) Fix checkver regex, add hash autoupdate

This commit is contained in:
tech189 2024-01-01 10:56:36 +00:00
parent 6b208612de
commit df113b99a2

View File

@ -16,12 +16,16 @@
], ],
"checkver": { "checkver": {
"url": "http://www.doxygen.nl/download.html", "url": "http://www.doxygen.nl/download.html",
"regex": "The latest version of doxygen is ([\\d.]+)" "regex": "doxygen-([\\d.]+).windows"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "http://doxygen.nl/files/doxygen-$version.windows.x64.bin.zip" "url": "http://doxygen.nl/files/doxygen-$version.windows.x64.bin.zip",
"hash": {
"url": "http://www.doxygen.nl/download.html",
"regex": "doxygen-[\\d.]+.windows.x64.bin.zip.+$sha256"
}
} }
} }
} }