From c420639e39012a7bdbf2cb8c73f7e9af99f9e120 Mon Sep 17 00:00:00 2001 From: Murray Stevenson <50844517+murraystevenson@users.noreply.github.com> Date: Sat, 1 Feb 2025 13:31:00 -0800 Subject: [PATCH] Boost : Change to new download location Due to an increase in traffic, JFrog is no longer hosting Boost releases. https://archives.boost.io is their new home as of the start of the year. https://lists.boost.org/Archives/boost/2024/05/256914.php --- Boost/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Boost/config.py b/Boost/config.py index 2546bdf0d7..5c577af822 100644 --- a/Boost/config.py +++ b/Boost/config.py @@ -2,7 +2,7 @@ "downloads" : [ - "https://boostorg.jfrog.io/artifactory/main/release/1.80.0/source/boost_1_80_0.tar.gz" + "https://archives.boost.io/release/1.80.0/source/boost_1_80_0.tar.gz" ],