diff --git a/install-cmake.sh b/install-cmake.sh index d2ad33c1b..8e8d18d41 100755 --- a/install-cmake.sh +++ b/install-cmake.sh @@ -40,7 +40,7 @@ #============================================================================== # Branches for github dependencies. #------------------------------------------------------------------------------ -SECP256K1_BRANCH="v0.5.1" +SECP256K1_BRANCH="v0.7.0" BITCOIN_SYSTEM_BRANCH="master" BITCOIN_DATABASE_BRANCH="master" diff --git a/install-cmakepresets.sh b/install-cmakepresets.sh index 873f45f23..f49bd1d93 100755 --- a/install-cmakepresets.sh +++ b/install-cmakepresets.sh @@ -41,7 +41,7 @@ #============================================================================== # Branches for github dependencies. #------------------------------------------------------------------------------ -SECP256K1_BRANCH="v0.5.1" +SECP256K1_BRANCH="v0.7.0" BITCOIN_SYSTEM_BRANCH="master" BITCOIN_DATABASE_BRANCH="master" diff --git a/install.sh b/install.sh index 3615a05fe..fbadbb053 100755 --- a/install.sh +++ b/install.sh @@ -40,7 +40,7 @@ #============================================================================== # Branches for github dependencies. #------------------------------------------------------------------------------ -SECP256K1_BRANCH="v0.5.1" +SECP256K1_BRANCH="v0.7.0" BITCOIN_SYSTEM_BRANCH="master" BITCOIN_DATABASE_BRANCH="master"