mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 08:11:20 +00:00
update doxygen 1.8.13 and add autoupdate
This commit is contained in:
parent
fb768dd15e
commit
0f2e9e4c16
20
doxygen.json
20
doxygen.json
@ -1,15 +1,15 @@
|
|||||||
{
|
{
|
||||||
"homepage": "http://www.doxygen.nl/",
|
"homepage": "http://www.doxygen.nl/",
|
||||||
"license": "GPL2",
|
"license": "GPL2",
|
||||||
"version": "1.8.12",
|
"version": "1.8.13",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "http://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.12.windows.x64.bin.zip",
|
"url": "http://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.13.windows.x64.bin.zip",
|
||||||
"hash": "b39d7efc910565c776f352c109b2915de546891d01c3724b404d7e6f036d0d02"
|
"hash": "c59e92ab9f82e156723dd3efb9433948dcb84facc21d6efb50f4d6c2d7aa6c5c"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "http://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.12.windows.bin.zip",
|
"url": "http://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.13.windows.bin.zip",
|
||||||
"hash": "23049f875420668c8899ab27292af0b76ee29ccf00100ecb94997c78d409c3de"
|
"hash": "215800d19d0e77fa400694af74685bbd3000463f0d7f18b6c7b743d2d6a1422f"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": [
|
"bin": [
|
||||||
@ -20,5 +20,15 @@
|
|||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "http://www.doxygen.nl/download.html",
|
"url": "http://www.doxygen.nl/download.html",
|
||||||
"re": "The latest version of doxygen is ([\\d.]+)"
|
"re": "The latest version of doxygen is ([\\d.]+)"
|
||||||
|
},
|
||||||
|
"autoupdate": {
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "http://ftp.stack.nl/pub/users/dimitri/doxygen-$version.windows.x64.bin.zip"
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
|
"url": "http://ftp.stack.nl/pub/users/dimitri/doxygen-$version.windows.bin.zip"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user