diff options
Diffstat (limited to 'community/boost')
-rwxr-xr-x | community/boost/build | 6 | ||||
-rw-r--r-- | community/boost/checksums | 3 | ||||
-rw-r--r-- | community/boost/meta | 3 | ||||
-rw-r--r-- | community/boost/sources | 2 | ||||
-rw-r--r-- | community/boost/version | 2 |
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 a7e8a909..c0f0ffed 100644 --- a/community/boost/checksums +++ b/community/boost/checksums @@ -1 +1,2 @@ -953db31e016db7bb207f11432bef7df100516eeb746843fa0486a222e3fd49cb boost_1_75_0.tar.bz2 +%BLAKE3 +95f716ce01e01a903ee686dc78c6749ee91a8de17074642880cdb35017dd187b boost_1_86_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 823a96aa..ff33cb19 100644 --- a/community/boost/sources +++ b/community/boost/sources @@ -1 +1 @@ -https://dl.bintray.com/boostorg/release/1.75.0/source/boost_1_75_0.tar.bz2 +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 1737b5f8..8b8f8a1b 100644 --- a/community/boost/version +++ b/community/boost/version @@ -1 +1 @@ -1.75.0 1 +1.86.0 1 |