Boost: switch from jfrog to boost.io for downloads (#44728)

The jfrog hosting will be shut down in Dec 2024.
This commit is contained in:
Tim Haines 2024-06-18 01:40:03 -05:00 committed by GitHub
parent a82fb33b31
commit 3b35b7f4fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -443,7 +443,7 @@ def patch(self):
def url_for_version(self, version):
if version >= Version("1.63.0"):
url = "https://boostorg.jfrog.io/artifactory/main/release/{0}/source/boost_{1}.tar.bz2"
url = "https://archives.boost.io/release/{0}/source/boost_{1}.tar.bz2"
else:
url = "http://downloads.sourceforge.net/project/boost/boost/{0}/boost_{1}.tar.bz2"