Skip to content

Commit d4570c3

Browse files
committed
update to boost v1.89.0
1 parent 789cc24 commit d4570c3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile.boost

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Build boost
22
BASE=${PWD}
33

4-
BOOST_VERSION=1_88_0
5-
BOOST_URL=https://archives.boost.io/release/1.88.0/source/boost_1_88_0.tar.gz
6-
BOOST_SHA256=3621533e820dcab1e8012afd583c0c73cf0f77694952b81352bf38c1488f9cb4
4+
BOOST_VERSION=1_89_0
5+
BOOST_URL=https://archives.boost.io/release/1.89.0/source/boost_1_89_0.tar.gz
6+
BOOST_SHA256=9de758db755e8330a01d995b0a24d09798048400ac25c03fc5ea9be364b13c93
77

88
boost: build/boost_${BOOST_VERSION}.tar.gz \
99
build/boost_${BOOST_VERSION} \

0 commit comments

Comments
 (0)