boost: Switch download URL (#23422)
boost has moved its downloads from a bintray URL to a jfrog URL. See: https://www.boost.org/users/news/boost_has_moved_downloads_to_jfr.html
This commit is contained in:
parent
1127c9806f
commit
8f1b701660
@ -287,7 +287,7 @@ def patch(self):
|
|||||||
|
|
||||||
def url_for_version(self, version):
|
def url_for_version(self, version):
|
||||||
if version >= Version('1.63.0'):
|
if version >= Version('1.63.0'):
|
||||||
url = "https://dl.bintray.com/boostorg/release/{0}/source/boost_{1}.tar.bz2"
|
url = "https://boostorg.jfrog.io/artifactory/main/release/{0}/source/boost_{1}.tar.bz2"
|
||||||
else:
|
else:
|
||||||
url = "http://downloads.sourceforge.net/project/boost/boost/{0}/boost_{1}.tar.bz2"
|
url = "http://downloads.sourceforge.net/project/boost/boost/{0}/boost_{1}.tar.bz2"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user