We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b623d6 commit 18e5909Copy full SHA for 18e5909
app/src/main/jni/cmake/Boost.cmake
@@ -2,7 +2,7 @@
2
#
3
# SPDX-License-Identifier: GPL-3.0-or-later
4
5
-set(BOOST_VER 1.85.0)
+set(BOOST_VER 1.88.0)
6
7
if(NOT EXISTS "boost-${BOOST_VER}.tar.xz")
8
message(STATUS "Downloading Boost ${BOOST_VER} ......")
@@ -11,7 +11,7 @@ if(NOT EXISTS "boost-${BOOST_VER}.tar.xz")
11
"https://github.com/boostorg/boost/releases/download/boost-${BOOST_VER}/boost-${BOOST_VER}-cmake.tar.xz"
12
boost-${BOOST_VER}.tar.xz
13
EXPECTED_HASH
14
- SHA256=0a9cc56ceae46986f5f4d43fe0311d90cf6d2fa9028258a95cab49ffdacf92ad
+ SHA256=f48b48390380cfb94a629872346e3a81370dc498896f16019ade727ab72eb1ec
15
SHOW_PROGRESS)
16
17
message(STATUS "Remove older version Boost")
0 commit comments