From 1b327ef2fb3cfadd87171db14af87d15546ff2d8 Mon Sep 17 00:00:00 2001 From: Phillip Mienk Date: Sat, 26 Jul 2025 19:18:05 -0700 Subject: [PATCH] Regenerate artifacts. --- install-cmake.sh | 2 +- install-cmakepresets.sh | 2 +- install.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/install-cmake.sh b/install-cmake.sh index 6a1fd80..8b76d58 100755 --- a/install-cmake.sh +++ b/install-cmake.sh @@ -41,7 +41,7 @@ #============================================================================== # Branches for github dependencies. #------------------------------------------------------------------------------ -SECP256K1_BRANCH="v0.5.1" +SECP256K1_BRANCH="v0.7.0" BITCOIN_SYSTEM_BRANCH="master" BITCOIN_PROTOCOL_BRANCH="master" diff --git a/install-cmakepresets.sh b/install-cmakepresets.sh index 96c6783..fe29d56 100755 --- a/install-cmakepresets.sh +++ b/install-cmakepresets.sh @@ -42,7 +42,7 @@ #============================================================================== # Branches for github dependencies. #------------------------------------------------------------------------------ -SECP256K1_BRANCH="v0.5.1" +SECP256K1_BRANCH="v0.7.0" BITCOIN_SYSTEM_BRANCH="master" BITCOIN_PROTOCOL_BRANCH="master" diff --git a/install.sh b/install.sh index 36ed087..fa48821 100755 --- a/install.sh +++ b/install.sh @@ -41,7 +41,7 @@ #============================================================================== # Branches for github dependencies. #------------------------------------------------------------------------------ -SECP256K1_BRANCH="v0.5.1" +SECP256K1_BRANCH="v0.7.0" BITCOIN_SYSTEM_BRANCH="master" BITCOIN_PROTOCOL_BRANCH="master"