From 221cc6fa965c092006fbdfce2396cd95fb358edb Mon Sep 17 00:00:00 2001 From: Lucian Petrut Date: Thu, 6 May 2021 07:10:36 +0000 Subject: [PATCH] win32*.sh: fix boost url The boost download location has changed, breaking the Windows build. Ths commit updates the boost download url. Signed-off-by: Lucian Petrut (cherry picked from commit f1a8044f1da0f7171ee189b1c0c5f1e519694777) --- win32_deps_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32_deps_build.sh b/win32_deps_build.sh index d2db34cf1b668..1608372c060e4 100755 --- a/win32_deps_build.sh +++ b/win32_deps_build.sh @@ -24,7 +24,7 @@ curlSrcDir="${depsSrcDir}/curl" curlDir="${depsToolsetDir}/curl" # For now, we'll keep the version number within the file path when not using git. -boostUrl="https://dl.bintray.com/boostorg/release/1.73.0/source/boost_1_73_0.tar.gz" +boostUrl="https://boostorg.jfrog.io/artifactory/main/release/1.73.0/source/boost_1_73_0.tar.gz" boostSrcDir="${depsSrcDir}/boost_1_73_0" boostDir="${depsToolsetDir}/boost" zlibDir="${depsToolsetDir}/zlib" -- 2.39.5