Skip to content

Commit f4d7da7

Browse files
Merge pull request faithfracture#68 from gtbX/master
Boost mirror migrated from bintray to jfrog
2 parents 19a1280 + d0b292f commit f4d7da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boost.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ version() { echo "$@" | awk -F. '{ printf("%d%03d%03d%03d\n", $1,$2,$3,$4); }';
652652
downloadBoost()
653653
{
654654
if [ "$(version "$BOOST_VERSION")" -ge "$(version "1.63.0")" ]; then
655-
DOWNLOAD_SRC=https://dl.bintray.com/boostorg/release/${BOOST_VERSION}/source/boost_${BOOST_VERSION2}.tar.bz2
655+
DOWNLOAD_SRC=https://boostorg.jfrog.io/artifactory/main/release/${BOOST_VERSION}/source/boost_${BOOST_VERSION2}.tar.bz2
656656
else
657657
DOWNLOAD_SRC=http://sourceforge.net/projects/boost/files/boost/${BOOST_VERSION}/boost_${BOOST_VERSION2}.tar.bz2/download
658658
fi

0 commit comments

Comments
 (0)