From 10670c008d34e0776a6f458e103e1b6096bebf3d Mon Sep 17 00:00:00 2001 From: Phillip Mienk Date: Sun, 25 May 2025 13:01:58 -0700 Subject: [PATCH] Regenerate artifacts. --- install-cmakepresets.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/install-cmakepresets.sh b/install-cmakepresets.sh index 67751889..70ed80bf 100755 --- a/install-cmakepresets.sh +++ b/install-cmakepresets.sh @@ -85,8 +85,8 @@ ZMQ_ARCHIVE="zeromq-4.3.5.tar.gz" # Boost archive. #------------------------------------------------------------------------------ -BOOST_URL="https://archives.boost.io/release/1.78.0/source/boost_1_78_0.tar.bz2" -BOOST_ARCHIVE="boost_1_78_0.tar.bz2" +BOOST_URL="https://archives.boost.io/release/1.86.0/source/boost_1_86_0.tar.bz2" +BOOST_ARCHIVE="boost_1_86_0.tar.bz2" # Define utility functions. @@ -408,8 +408,6 @@ handle_custom_options() display_message "REPO_PRESET[libbitcoin-node]=${REPO_PRESET[libbitcoin-node]}" REPO_PRESET[libbitcoin-network]="$BASE_PRESET_ID" display_message "REPO_PRESET[libbitcoin-network]=${REPO_PRESET[libbitcoin-network]}" - REPO_PRESET[libbitcoin-consensus]="$BASE_PRESET_ID" - display_message "REPO_PRESET[libbitcoin-consensus]=${REPO_PRESET[libbitcoin-consensus]}" REPO_PRESET[libbitcoin-database]="$BASE_PRESET_ID" display_message "REPO_PRESET[libbitcoin-database]=${REPO_PRESET[libbitcoin-database]}" REPO_PRESET[libbitcoin-system]="$BASE_PRESET_ID"