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:
parent
a82fb33b31
commit
3b35b7f4fa
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user