mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
doxygen: (chore) Fix checkver regex, add hash autoupdate
This commit is contained in:
parent
6b208612de
commit
df113b99a2
@ -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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user