1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 14:27:34 +00:00

Ports/boost: Update boost to version 1.83.0

The `Boost.System` patch was removed, as it no longer applies.
This commit is contained in:
EWouters 2023-09-01 18:34:59 +02:00 committed by Jelle Raaijmakers
parent 6a83163a61
commit 2ea65e512c
5 changed files with 7 additions and 75 deletions

View file

@ -1,6 +1,6 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='boost'
version='1.80.0'
version='1.83.0'
useconfigure='true'
workdir="boost_${version//./_}"
depends=(
@ -11,7 +11,7 @@ depends=(
'libicu'
)
files=(
"https://boostorg.jfrog.io/artifactory/main/release/${version}/source/boost_${version//./_}.tar.bz2#1e19565d82e43bc59209a168f5ac899d3ba471d55c7610c677d4ccf2c9c500c0"
"https://boostorg.jfrog.io/artifactory/main/release/${version}/source/boost_${version//./_}.tar.bz2#6478edfe2f3305127cffe8caf73ea0176c53769f4bf1585be237eb30798c3b8e"
)
bjamopts=(
'--user-config=user-config.jam'