From adc452324a4c326b07a0fedc7c8d045f58e63f0d Mon Sep 17 00:00:00 2001 From: matthias Date: Mon, 13 Jan 2025 12:21:41 +0100 Subject: [PATCH] Update Boost download URL JFrog is no longer used by Boost, as they were donating space and bandwidth. This have become too much of a cost. See: - https://github.com/boostorg/boost/issues/843#issuecomment-2567034014 - https://github.com/boostorg/website/pull/900 --- cmake/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index 9e53b8c..2dc66ff 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -112,7 +112,7 @@ set( mariadb_HASH SHA256=062b9ec5c26cbb236a78f0ba26981272053f59bdfc113040bab904a set( _PACKAGES ${_PACKAGES} mariadb ) set( boost_ver "1_86" ) -set( boost_URL https://boostorg.jfrog.io/artifactory/main/release/1.86.0/source/boost_${boost_ver}_0.tar.bz2 ) +set( boost_URL https://archives.boost.io/release/1.86.0/source/boost_${boost_ver}_0.tar.bz2 ) set( boost_HASH SHA256=1bed88e40401b2cb7a1f76d4bab499e352fa4d0c5f31c0dbae64e24d34d7513b) set( _PACKAGES ${_PACKAGES} boost )