Skip to content

Commit dc6b1b6

Browse files
pdgendtnashif
authored andcommitted
ci: Download doxygen from Github
Replace the sourceforge URL with Github. Signed-off-by: Pieter De Gendt <[email protected]>
1 parent 93ba254 commit dc6b1b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ RUN if [ "${HOSTTYPE}" = "x86_64" ]; then \
5656
# Install Doxygen (x86 only)
5757
# NOTE: Pre-built Doxygen binaries are only available for x86_64 host.
5858
RUN if [ "${HOSTTYPE}" = "x86_64" ]; then \
59-
wget ${WGET_ARGS} https://downloads.sourceforge.net/project/doxygen/rel-${DOXYGEN_VERSION}/doxygen-${DOXYGEN_VERSION}.linux.bin.tar.gz && \
59+
wget ${WGET_ARGS} "https://github.com/doxygen/doxygen/releases/download/Release_${DOXYGEN_VERSION//./_}/doxygen-${DOXYGEN_VERSION}.linux.bin.tar.gz" && \
6060
tar xf doxygen-${DOXYGEN_VERSION}.linux.bin.tar.gz -C /opt && \
6161
ln -s /opt/doxygen-${DOXYGEN_VERSION}/bin/doxygen /usr/local/bin && \
6262
rm doxygen-${DOXYGEN_VERSION}.linux.bin.tar.gz \

0 commit comments

Comments
 (0)