diff options
-rwxr-xr-x | community/boost/build | 6 | ||||
-rw-r--r-- | community/boost/checksums | 2 | ||||
-rw-r--r-- | community/boost/sources | 2 | ||||
-rw-r--r-- | community/boost/version | 2 |
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..b4061c4b 100644 --- a/community/boost/checksums +++ b/community/boost/checksums @@ -1,2 +1,2 @@ %BLAKE3 -e72081b49bfa8af37b4ae23c55df1e419e74052a94eca59e7912295e34c47fbe boost_1_77_0.tar.gz +f440e12407aceb2ed974f08e65a614409db5cc293fcc1bc0aefe465c301a0b7c boost_1_79_0.tar.gz diff --git a/community/boost/sources b/community/boost/sources index 7cc9f271..44cd46da 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.79.0/source/boost_1_79_0.tar.gz diff --git a/community/boost/version b/community/boost/version index 25b386a3..f4d90d90 100644 --- a/community/boost/version +++ b/community/boost/version @@ -1 +1 @@ -1.77.0 2 +1.79.0 1 |