Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

- [boost] add new mirror #5209

Merged
merged 1 commit into from
Apr 14, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions recipes/boost/all/conandata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,41 +2,48 @@ sources:
1.69.0:
url: [
"https://dl.bintray.com/boostorg/release/1.69.0/source/boost_1_69_0.tar.bz2",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove Bintray already? I don't see the point of leaving it there for another 2 weeks just to remove it then

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think more mirrors is harmless, but increases reliability, in case of boostorg.jfrog.io is unreachable for whatever reason, dl.bintray.com could be used as a fallback

"https://boostorg.jfrog.io/artifactory/main/release/1.69.0/source/boost_1_69_0.tar.bz2",
"https://sourceforge.net/projects/boost/files/boost/1.69.0/boost_1_69_0.tar.bz2",
]
sha256: "8f32d4617390d1c2d16f26a27ab60d97807b35440d45891fa340fc2648b04406"
1.70.0:
url: [
"https://dl.bintray.com/boostorg/release/1.70.0/source/boost_1_70_0.tar.bz2",
"https://boostorg.jfrog.io/artifactory/main/release/1.70.0/source/boost_1_70_0.tar.bz2",
"https://sourceforge.net/projects/boost/files/boost/1.70.0/boost_1_70_0.tar.bz2",
]
sha256: "430ae8354789de4fd19ee52f3b1f739e1fba576f0aded0897c3c2bc00fb38778"
1.71.0:
url: [
"https://dl.bintray.com/boostorg/release/1.71.0/source/boost_1_71_0.tar.bz2",
"https://boostorg.jfrog.io/artifactory/main/release/1.71.0/source/boost_1_71_0.tar.bz2",
]
sha256: "d73a8da01e8bf8c7eda40b4c84915071a8c8a0df4a6734537ddde4a8580524ee"
1.72.0:
url: [
"https://dl.bintray.com/boostorg/release/1.72.0/source/boost_1_72_0.tar.bz2",
"https://boostorg.jfrog.io/artifactory/main/release/1.72.0/source/boost_1_72_0.tar.bz2",
"https://sourceforge.net/projects/boost/files/boost/1.72.0/boost_1_72_0.tar.bz2",
]
sha256: "59c9b274bc451cf91a9ba1dd2c7fdcaf5d60b1b3aa83f2c9fa143417cc660722"
1.73.0:
url: [
"https://dl.bintray.com/boostorg/release/1.73.0/source/boost_1_73_0.tar.bz2",
"https://boostorg.jfrog.io/artifactory/main/release/1.73.0/source/boost_1_73_0.tar.bz2",
"https://sourceforge.net/projects/boost/files/boost/1.73.0/boost_1_73_0.tar.bz2",
]
sha256: "4eb3b8d442b426dc35346235c8733b5ae35ba431690e38c6a8263dce9fcbb402"
1.74.0:
url: [
"https://dl.bintray.com/boostorg/release/1.74.0/source/boost_1_74_0.tar.bz2",
"https://boostorg.jfrog.io/artifactory/main/release/1.74.0/source/boost_1_74_0.tar.bz2",
"https://sourceforge.net/projects/boost/files/boost/1.74.0/boost_1_74_0.tar.bz2"
]
sha256: "83bfc1507731a0906e387fc28b7ef5417d591429e51e788417fe9ff025e116b1"
1.75.0:
url: [
"https://dl.bintray.com/boostorg/release/1.75.0/source/boost_1_75_0.tar.bz2",
"https://boostorg.jfrog.io/artifactory/main/release/1.75.0/source/boost_1_75_0.tar.bz2",
"https://sourceforge.net/projects/boost/files/boost/1.75.0/boost_1_75_0.tar.bz2"
]
sha256: "953db31e016db7bb207f11432bef7df100516eeb746843fa0486a222e3fd49cb"
Expand Down