update doxygen 1.8.13 and add autoupdate

This commit is contained in:
Rémy 2017-01-07 22:26:31 +01:00
parent fb768dd15e
commit 0f2e9e4c16

View File

@ -1,15 +1,15 @@
{
"homepage": "http://www.doxygen.nl/",
"license": "GPL2",
"version": "1.8.12",
"version": "1.8.13",
"architecture": {
"64bit": {
"url": "http://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.12.windows.x64.bin.zip",
"hash": "b39d7efc910565c776f352c109b2915de546891d01c3724b404d7e6f036d0d02"
"url": "http://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.13.windows.x64.bin.zip",
"hash": "c59e92ab9f82e156723dd3efb9433948dcb84facc21d6efb50f4d6c2d7aa6c5c"
},
"32bit": {
"url": "http://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.12.windows.bin.zip",
"hash": "23049f875420668c8899ab27292af0b76ee29ccf00100ecb94997c78d409c3de"
"url": "http://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.13.windows.bin.zip",
"hash": "215800d19d0e77fa400694af74685bbd3000463f0d7f18b6c7b743d2d6a1422f"
}
},
"bin": [
@ -20,5 +20,15 @@
"checkver": {
"url": "http://www.doxygen.nl/download.html",
"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"
}
}
}
}