Skip to content

Commit

Permalink
(conan-io#5401) Boost: remove Bintray download + bump dep
Browse files Browse the repository at this point in the history
* boost: remove Bintray download

Closes conan-io#5397
Closes conan-io/conan#8908

* boost: Update Conan conventions

Automatically created by bincrafters-conventions 0.30.4

Co-authored-by: bincrafters-user <[email protected]>
  • Loading branch information
2 people authored and AlvaroFS committed May 7, 2021
1 parent 01ec81b commit cd820f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions recipes/boost/all/conandata.yml
Original file line number Diff line number Diff line change
@@ -1,55 +1,47 @@
sources:
1.69.0:
url: [
"https://dl.bintray.com/boostorg/release/1.69.0/source/boost_1_69_0.tar.bz2",
"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"
1.76.0:
url: [
"https://dl.bintray.com/boostorg/release/1.76.0/source/boost_1_76_0.tar.bz2",
"https://boostorg.jfrog.io/artifactory/main/release/1.76.0/source/boost_1_76_0.tar.bz2",
"https://sourceforge.net/projects/boost/files/boost/1.76.0/boost_1_76_0.tar.bz2"
]
Expand Down
2 changes: 1 addition & 1 deletion recipes/boost/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ def requirements(self):
if self._with_lzma:
self.requires("xz_utils/5.2.5")
if self._with_zstd:
self.requires("zstd/1.4.8")
self.requires("zstd/1.4.9")

if self._with_icu:
self.requires("icu/68.2")
Expand Down

0 comments on commit cd820f1

Please sign in to comment.