Skip to content

Commit

Permalink
fix: replace bintry mirror with jfrog
Browse files Browse the repository at this point in the history
  • Loading branch information
kopinions authored and lotem committed Jun 8, 2021
1 parent ab6b96d commit a1203fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-boost.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ boost_x_y_z="${boost_version//./_}"
BOOST_ROOT="${BOOST_ROOT=${RIME_ROOT}/thirdparty/src/boost_${boost_x_y_z}}"

boost_tarball="boost_${boost_x_y_z}.tar.bz2"
download_url="https://dl.bintray.com/boostorg/release/${boost_version}/source/${boost_tarball}"
download_url="https://boostorg.jfrog.io/artifactory/main/release/${boost_version}/source/${boost_tarball}"
boost_tarball_sha256sum_1_75_0='953db31e016db7bb207f11432bef7df100516eeb746843fa0486a222e3fd49cb boost_1_75_0.tar.bz2'
boost_tarball_sha256sum="${boost_tarball_sha256sum=${boost_tarball_sha256sum_1_75_0}}"

Expand Down

0 comments on commit a1203fc

Please sign in to comment.