From 0f2e9e4c16908f19e97f5e9d2c23cb2ffb89f81c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my?= Date: Sat, 7 Jan 2017 22:26:31 +0100 Subject: [PATCH] update doxygen 1.8.13 and add autoupdate --- doxygen.json | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/doxygen.json b/doxygen.json index 010edb8094..70d5e60f36 100644 --- a/doxygen.json +++ b/doxygen.json @@ -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" + } + } } }