Skip to content

Commit 6e45905

Browse files
committed
Change doxygen download URL
The previous download URL doesn't work anymore
1 parent 03ab5c7 commit 6e45905

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)