Skip to content

Commit f87e16e

Browse files
committed
scripts: Mirror Doxygen download
The stacks.nl URL is no longer responsive.
1 parent 1e99ee7 commit f87e16e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

scripts/dockcross-manylinux-download-cache-and-build-module-wheels.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ curl -L https://github.com/InsightSoftwareConsortium/ITKPythonBuilds/releases/do
1212
tar xf ITKPythonBuilds-linux.tar
1313

1414
mkdir tools
15-
wget -L http://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.11.linux.bin.tar.gz -O doxygen-1.8.11.linux.bin.tar.gz
15+
wget -L https://data.kitware.com/api/v1/file/5c0aa4b18d777f2179dd0a71/download -O doxygen-1.8.11.linux.bin.tar.gz
1616
tar -xvzf doxygen-1.8.11.linux.bin.tar.gz -C tools
1717

1818
./ITKPythonPackage/scripts/dockcross-manylinux-build-module-wheels.sh

scripts/internal/manylinux-build-wheels.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ source "${script_dir}/manylinux-build-common.sh"
1212
# Install prerequirements
1313
mkdir -p /work/tools
1414
pushd /work/tools > /dev/null 2>&1
15-
wget -L http://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.11.linux.bin.tar.gz -O doxygen-1.8.11.linux.bin.tar.gz
15+
wget -L https://data.kitware.com/api/v1/file/5c0aa4b18d777f2179dd0a71/download -O doxygen-1.8.11.linux.bin.tar.gz
1616
tar -xvzf doxygen-1.8.11.linux.bin.tar.gz
1717
popd > /dev/null 2>&1
1818
# -----------------------------------------------------------------------

scripts/windows-download-cache-and-build-module-wheels.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.co
77
if (-not (Test-Path env:ITK_PACKAGE_VERSION)) { $env:ITK_PACKAGE_VERSION = 'v5.0a01' }
88
Invoke-WebRequest -Uri "https://github.com/InsightSoftwareConsortium/ITKPythonBuilds/releases/download/$env:ITK_PACKAGE_VERSION/ITKPythonBuilds-windows.zip" -OutFile "ITKPythonBuilds-windows.zip"
99
sz x ITKPythonBuilds-windows.zip -oC:\P -aoa -r
10-
Invoke-WebRequest -Uri "http://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.11.windows.bin.zip" -OutFile "doxygen-1.8.11.windows.bin.zip"
10+
Invoke-WebRequest -Uri "https://data.kitware.com/api/v1/file/5c0ad59d8d777f2179dd3e9c/download" -OutFile "doxygen-1.8.11.windows.bin.zip"
1111
sz x doxygen-1.8.11.windows.bin.zip -oC:\P\doxygen -aoa -r
1212
Invoke-WebRequest -Uri "https://data.kitware.com/api/v1/file/5bbf87ba8d777f06b91f27d6/download/grep-win.zip" -OutFile "grep-win.zip"
1313
sz x grep-win.zip -oC:\P\grep -aoa -r

0 commit comments

Comments
 (0)