Skip to content

Commit 18e5909

Browse files
committed
chore: upgrade boost to 1.88.0
1 parent 7b623d6 commit 18e5909

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/jni/cmake/Boost.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: GPL-3.0-or-later
44

5-
set(BOOST_VER 1.85.0)
5+
set(BOOST_VER 1.88.0)
66

77
if(NOT EXISTS "boost-${BOOST_VER}.tar.xz")
88
message(STATUS "Downloading Boost ${BOOST_VER} ......")
@@ -11,7 +11,7 @@ if(NOT EXISTS "boost-${BOOST_VER}.tar.xz")
1111
"https://github.com/boostorg/boost/releases/download/boost-${BOOST_VER}/boost-${BOOST_VER}-cmake.tar.xz"
1212
boost-${BOOST_VER}.tar.xz
1313
EXPECTED_HASH
14-
SHA256=0a9cc56ceae46986f5f4d43fe0311d90cf6d2fa9028258a95cab49ffdacf92ad
14+
SHA256=f48b48390380cfb94a629872346e3a81370dc498896f16019ade727ab72eb1ec
1515
SHOW_PROGRESS)
1616

1717
message(STATUS "Remove older version Boost")

0 commit comments

Comments
 (0)