We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f47e740 commit 466b1d3Copy full SHA for 466b1d3
install.sh
@@ -2,8 +2,8 @@
2
3
set -e
4
5
-boost_url="https://boostorg.jfrog.io/artifactory/main/release/1.80.0/source/boost_1_80_0.tar.gz"
6
-boost_additional_versions="1.81.0;1.80.0;1.79.0;1.78.0;1.77.0;1.76.0;1.75.0;1.74.0;1.73.0;1.72.0;1.71.0;1.70.0"
+boost_url="https://archives.boost.io/release/1.87.0/source/boost_1_87_0.tar.gz"
+boost_additional_versions="1.87.0;1.86.0;1.85.0;1.84.0;1.83.0;1.82.0;1.81.0;1.80.0;1.79.0;1.78.0;1.77.0;1.76.0;1.75.0;1.74.0;1.73.0;1.72.0;1.71.0;1.70.0"
7
project_dir=$(pwd)
8
9
print_help() {
0 commit comments