1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-05-03 14:03:52 +00:00

Fixing doxygen download

This commit is contained in:
Henry Fredrick Schreiner 2018-12-19 07:55:33 +01:00 committed by Henry Schreiner
parent 0387f35ec8
commit 524dd85a91

View File

@ -3,7 +3,7 @@
set -evx
DOXYGEN_URL="ftp://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.13.src.tar.gz"
DOXYGEN_URL="http://doxygen.nl/files/doxygen-1.8.14.src.tar.gz"
cd "${DEPS_DIR}"
if [[ ! -f "${DEPS_DIR}/doxygen/build/bin/doxygen" ]] ; then