mirror of
https://projects.blender.org/blender/blender.git
synced 2025-01-22 15:32:15 -05:00
Deps: Update Boost library download URL
The current Boost download source we use (boostorg.jfrog.io) was shut down, this PR replaces it with the new CDN (archives.boost.io) the official boost.org website has switched to. Refs: https://github.com/boostorg/website/pull/900 https://github.com/boostorg/boost/issues/845#issuecomment-2541753013 https://github.com/boostorg/boost/issues/842 Pull Request: https://projects.blender.org/blender/blender/pulls/132774
This commit is contained in:
parent
43b8c8cc0b
commit
5c141586f9
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ set(BOOST_VERSION 1.80.0)
|
|||
set(BOOST_VERSION_SHORT 1.80)
|
||||
set(BOOST_VERSION_NODOTS 1_80_0)
|
||||
set(BOOST_VERSION_NODOTS_SHORT 1_80)
|
||||
set(BOOST_URI https://boostorg.jfrog.io/artifactory/main/release/${BOOST_VERSION}/source/boost_${BOOST_VERSION_NODOTS}.tar.gz)
|
||||
set(BOOST_URI https://archives.boost.io/release/${BOOST_VERSION}/source/boost_${BOOST_VERSION_NODOTS}.tar.gz)
|
||||
set(BOOST_HASH 077f074743ea7b0cb49c6ed43953ae95)
|
||||
set(BOOST_HASH_TYPE MD5)
|
||||
set(BOOST_FILE boost_${BOOST_VERSION_NODOTS}.tar.gz)
|
||||
|
|
Loading…
Reference in a new issue