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/checksums3
-rw-r--r--community/boost/meta3
-rw-r--r--community/boost/sources2
-rw-r--r--community/boost/version2
5 files changed, 10 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 46931ad3..57c7cdb3 100644
--- a/community/boost/checksums
+++ b/community/boost/checksums
@@ -1 +1,2 @@
-f0397ba6e982c4450f27bf32a2a83292aba035b827a5623a14636ea583318c41 boost_1_76_0.tar.bz2
+%BLAKE3
+bad4d70b66bf429ee905c14f79b41fb100cea12b024243114fc75437535b2440 boost_1_83_0.tar.gz
diff --git a/community/boost/meta b/community/boost/meta
new file mode 100644
index 00000000..73fbb65c
--- /dev/null
+++ b/community/boost/meta
@@ -0,0 +1,3 @@
+description: C++ source libraries
+license: BSL-1.0
+maintainer: Cem Keylan <cem@carbslinux.org>
diff --git a/community/boost/sources b/community/boost/sources
index c1963523..12889e3e 100644
--- a/community/boost/sources
+++ b/community/boost/sources
@@ -1 +1 @@
-https://dl.bintray.com/boostorg/release/1.76.0/source/boost_1_76_0.tar.bz2
+https://boostorg.jfrog.io/artifactory/main/release/1.83.0/source/boost_1_83_0.tar.gz
diff --git a/community/boost/version b/community/boost/version
index b44916a4..0cf1c7a3 100644
--- a/community/boost/version
+++ b/community/boost/version
@@ -1 +1 @@
-1.76.0 1
+1.83.0 1