From 6eddec6e13fb116df62b98543bd45600bda0bfa5 Mon Sep 17 00:00:00 2001 From: Pierre Gergondet Date: Tue, 9 Jan 2024 10:30:11 +0900 Subject: [PATCH] [get-boost] Switch back to sourceforge mirror --- utils/get-boost.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/get-boost.ps1 b/utils/get-boost.ps1 index 66336d9..1bc6f61 100644 --- a/utils/get-boost.ps1 +++ b/utils/get-boost.ps1 @@ -35,7 +35,7 @@ function DownloadFileWithRetry Get-FileHash $Out | Format-List } } -$Url = "https://boostorg.jfrog.io/artifactory/main/release/1.82.0/binaries/boost_1_82_0-msvc-14.3-64.exe" +$Url = "https://sourceforge.net/projects/boost/files/boost-binaries/1.83.0/boost_1_83_0-msvc-14.3-64.exe" $Out = "$env:TEMP\boost.exe" DownloadFileWithRetry -Url "$Url" -Out "$Out" Start-Process -Wait -FilePath "$Out" "/SILENT","/SP-","/SUPPRESSMSGBOXES","/DIR=C:\hostedtoolcache\windows\Boost\1.82.0\x86_64"