Skip to content

Commit c79f93f

Browse files
authored
Merge pull request #5329 from danpoe/fixes/change-doxygen-download-url
Change doxygen download URL for Travis
2 parents 03ab5c7 + 6e45905 commit c79f93f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_doxygen.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ then
1111
fi
1212

1313
mkdir -p doxygen/build
14-
wget http://doxygen.nl/files/doxygen-${DOXYGEN_VERSION}.src.tar.gz -O- | tar -xz --strip-components=1 --directory doxygen
14+
wget https://downloads.sourceforge.net/project/doxygen/rel-${DOXYGEN_VERSION}/doxygen-${DOXYGEN_VERSION}.src.tar.gz -O- | tar -xz --strip-components=1 --directory doxygen
1515
( cd doxygen/build && cmake .. )
1616
make -j4 -C doxygen/build

0 commit comments

Comments
 (0)