Skip to content

Commit 2e9daae

Browse files
build(deps): bump boost to 1.89
1 parent 25e1d41 commit 2e9daae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cmake/dependencies/Boost_Sunshine.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
include_guard(GLOBAL)
55

6-
set(BOOST_VERSION "1.87.0")
6+
set(BOOST_VERSION "1.89.0")
77
set(BOOST_COMPONENTS
88
filesystem
99
locale
@@ -55,7 +55,7 @@ if(NOT Boost_FOUND)
5555
# Limit boost to the required libraries only
5656
set(BOOST_INCLUDE_LIBRARIES ${BOOST_COMPONENTS})
5757
set(BOOST_URL "https://github.com/boostorg/boost/releases/download/boost-${BOOST_VERSION}/boost-${BOOST_VERSION}-cmake.tar.xz") # cmake-lint: disable=C0301
58-
set(BOOST_HASH "SHA256=7da75f171837577a52bbf217e17f8ea576c7c246e4594d617bfde7fafd408be5")
58+
set(BOOST_HASH "SHA256=67acec02d0d118b5de9eb441f5fb707b3a1cdd884be00ca24b9a73c995511f74")
5959

6060
if(CMAKE_VERSION VERSION_LESS "3.24.0")
6161
FetchContent_Declare(

0 commit comments

Comments
 (0)