Skip to content

Commit 495b14c

Browse files
committed
COMP: Update Windows Doxygen version to 1.16.1
Newer Doxygen is required for the recently added "type" member.
1 parent 5b1e797 commit 495b14c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ if ($env:ITKPYTHONPACKAGE_TAG) {
8888
}
8989

9090
# Get other build dependencies
91-
if (-not (Test-Path doxygen-1.8.11.windows.bin.zip)) {
92-
Invoke-WebRequest -Uri "https://data.kitware.com/api/v1/file/5c0ad59d8d777f2179dd3e9c/download" -OutFile "doxygen-1.8.11.windows.bin.zip"
91+
if (-not (Test-Path doxygen-1.16.1.windows.bin.zip)) {
92+
Invoke-WebRequest -Uri "https://github.com/doxygen/doxygen/releases/download/Release_1_16_1/doxygen-1.16.1.windows.x64.bin.zip" -OutFile "doxygen-1.16.1.windows.bin.zip"
9393
}
94-
7z x doxygen-1.8.11.windows.bin.zip -oC:\P\doxygen -aoa -r
94+
7z x doxygen-1.16.1.windows.bin.zip -oC:\P\doxygen -aoa -r
9595
if (-not (Test-Path grep-win.zip)) {
9696
Invoke-WebRequest -Uri "https://data.kitware.com/api/v1/file/5bbf87ba8d777f06b91f27d6/download/grep-win.zip" -OutFile "grep-win.zip"
9797
}

0 commit comments

Comments
 (0)