From: Lucian Petrut Date: Thu, 6 May 2021 07:10:36 +0000 (+0000) Subject: win32*.sh: fix boost url X-Git-Tag: v16.2.5~51^2~6^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=221cc6fa965c092006fbdfce2396cd95fb358edb;p=ceph.git 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) --- diff --git a/win32_deps_build.sh b/win32_deps_build.sh index d2db34cf1b6..1608372c060 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"