From e852e8a79c2025017337e9adc21d47fc1c1708c2 Mon Sep 17 00:00:00 2001 From: Jan Bader Date: Thu, 20 Dec 2018 18:02:46 +0100 Subject: [PATCH] doxygen: fix URL due to domain change (#2920) Doxygen is no longer available on stack.nl but instead on doxygen.nl --- doxygen.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doxygen.json b/doxygen.json index a562adfeec..66ee73bfdb 100644 --- a/doxygen.json +++ b/doxygen.json @@ -4,11 +4,11 @@ "version": "1.8.14", "architecture": { "64bit": { - "url": "https://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.14.windows.x64.bin.zip", + "url": "http://doxygen.nl/files/doxygen-1.8.14.windows.x64.bin.zip", "hash": "e2d635a05fb0516311071cfcc41a3859fa22a912b484ed2c2ddec70248b75845" }, "32bit": { - "url": "https://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.14.windows.bin.zip", + "url": "http://doxygen.nl/files/doxygen-1.8.14.windows.bin.zip", "hash": "c08900ffda8ed911746c86ad3354ad86084715cfd39ceca938f7bc2ead7988fc" } }, @@ -24,10 +24,10 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://ftp.stack.nl/pub/users/dimitri/doxygen-$version.windows.x64.bin.zip" + "url": "http://doxygen.nl/files/doxygen-$version.windows.x64.bin.zip" }, "32bit": { - "url": "https://ftp.stack.nl/pub/users/dimitri/doxygen-$version.windows.bin.zip" + "url": "http://doxygen.nl/files/doxygen-$version.windows.bin.zip" } } }