aboutsummaryrefslogtreecommitdiff
path: root/community/boost
diff options
context:
space:
mode:
Diffstat (limited to 'community/boost')
-rwxr-xr-xcommunity/boost/build6
-rw-r--r--community/boost/checksums2
-rw-r--r--community/boost/sources2
-rw-r--r--community/boost/version2
4 files changed, 6 insertions, 6 deletions
diff --git a/community/boost/build b/community/boost/build
index b08c7328..9515e193 100755
--- a/community/boost/build
+++ b/community/boost/build
@@ -1,5 +1,5 @@
#!/bin/sh -e
-./bootstrap.sh --prefix="$1/usr"
-./b2 stage threading=multi
-./b2 install threading=multi
+./bootstrap.sh --prefix="$1/usr" --without-icu
+./b2 stage threading=multi link=shared
+./b2 install threading=multi link=shared
diff --git a/community/boost/checksums b/community/boost/checksums
index 12d8f84b..c0f0ffed 100644
--- a/community/boost/checksums
+++ b/community/boost/checksums
@@ -1,2 +1,2 @@
%BLAKE3
-e72081b49bfa8af37b4ae23c55df1e419e74052a94eca59e7912295e34c47fbe boost_1_77_0.tar.gz
+95f716ce01e01a903ee686dc78c6749ee91a8de17074642880cdb35017dd187b boost_1_86_0.tar.gz
diff --git a/community/boost/sources b/community/boost/sources
index 7cc9f271..ff33cb19 100644
--- a/community/boost/sources
+++ b/community/boost/sources
@@ -1 +1 @@
-https://boostorg.jfrog.io/artifactory/main/release/1.77.0/source/boost_1_77_0.tar.gz
+https://boostorg.jfrog.io/artifactory/main/release/1.86.0/source/boost_1_86_0.tar.gz
diff --git a/community/boost/version b/community/boost/version
index c1824e8f..8b8f8a1b 100644
--- a/community/boost/version
+++ b/community/boost/version
@@ -1 +1 @@
-1.77.0 1
+1.86.0 1