summaryrefslogtreecommitdiff
path: root/contrib/get-win-dependencies
diff options
context:
space:
mode:
authorMathias Preiner <mathias.preiner@gmail.com>2018-03-05 15:37:10 -0800
committerMathias Preiner <mathias.preiner@gmail.com>2018-03-05 15:37:10 -0800
commitb8a89b4dbba79ce79f193008a58f7c36deb2a821 (patch)
tree330a194e5807b57e09ce8d88919e12d981fcb5c6 /contrib/get-win-dependencies
parent3d31caa30e094d337a4919b3d1e6ba9259e461b8 (diff)
Fix boost url in contrib/get-win-dependencies.
This fixes the broken windows nightly builds.
Diffstat (limited to 'contrib/get-win-dependencies')
-rwxr-xr-xcontrib/get-win-dependencies2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/get-win-dependencies b/contrib/get-win-dependencies
index 964bdbff7..ee33391d7 100755
--- a/contrib/get-win-dependencies
+++ b/contrib/get-win-dependencies
@@ -98,7 +98,7 @@ echo "Setting up Boost..."
echo
( mkdir boost-$BOOSTVERSION &&
cd boost-$BOOSTVERSION &&
- webget http://downloads.sourceforge.net/project/boost/boost/$BOOSTVERSION/$BOOSTBASE.tar.gz $BOOSTBASE.tar.gz &&
+ webget https://sourceforge.net/projects/boost/files/boost/$BOOSTVERSION/$BOOSTBASE.tar.gz/download $BOOSTBASE.tar.gz &&
tar xfz $BOOSTBASE.tar.gz &&
cd $BOOSTBASE &&
./bootstrap.sh --with-toolset=gcc --prefix=`pwd`/.. --with-libraries=thread &&
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback