From 58663769c9af2798ef557d870a2ccfc988cd336c Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Sat, 8 May 2021 14:15:43 +0200 Subject: [PATCH] Update boost dl location https://www.boost.org/users/news/boost_has_moved_downloads_to_jfr.html --- nix/build-all.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/build-all.py b/nix/build-all.py index 0871e52633..efd0983b4a 100644 --- a/nix/build-all.py +++ b/nix/build-all.py @@ -310,7 +310,7 @@ def run(cmds, cwd=None): BOOST_VERSION_UNDERSCORE=BOOST_VERSION.replace(".", "_") OCE_LOCATION="https://github.com/tpaviot/oce/archive/OCE-%s.tar.gz" % (OCE_VERSION,) -BOOST_LOCATION="https://dl.bintray.com/boostorg/release/%s/source/" % (BOOST_VERSION,) +BOOST_LOCATION="https://boostorg.jfrog.io/artifactory/main/release/%s/source/" % (BOOST_VERSION,) # Helper functions