Update the boost download URL to reflect the new location
Signed-off-by: Stewart Hildebrand <[email protected]>
---
scripts/download_and_build_boost.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/download_and_build_boost.sh
b/scripts/download_and_build_boost.sh
index 1aef09df..8c026fe5 100755
--- a/scripts/download_and_build_boost.sh
+++ b/scripts/download_and_build_boost.sh
@@ -27,7 +27,7 @@ fi
TAR_DOWNLOAD_DIR="${OSV_ROOT}/build/downloaded_packages/${ARCH}/boost/upstream/"
mkdir -p "${TAR_DOWNLOAD_DIR}"
-BOOST_URL=https://dl.bintray.com/boostorg/release/"${BOOST_VERSION}"/source/boost_"${BOOST_VERSION2}".tar.gz
+BOOST_URL=https://boostorg.jfrog.io/artifactory/main/release/"${BOOST_VERSION}"/source/boost_"${BOOST_VERSION2}".tar.gz
wget -c -O "${TAR_DOWNLOAD_DIR}"/boost_"${BOOST_VERSION2}".tar.gz
"${BOOST_URL}"
pushd "${TAR_DOWNLOAD_DIR}"
--
2.31.1
--
You received this message because you are subscribed to the Google Groups "OSv
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/osv-dev/20210610200902.5269-1-stewart.hildebrand%40dornerworks.com.