update knots to v29.2 (#5149)

This commit is contained in:
Léo Haf
2025-11-09 20:42:40 +01:00
committed by GitHub
parent 6af0211741
commit d0c81b8942

View File

@@ -12,10 +12,10 @@ APPID="knots" # one-word lower-case no-specials
# clean human readable version - will be displayed in UI # clean human readable version - will be displayed in UI
# just numbers only separated by dots (2 or 0.1 or 1.3.4 or 3.4.5.2) # just numbers only separated by dots (2 or 0.1 or 1.3.4 or 3.4.5.2)
VERSION="28.1" VERSION="29.2"
FILEMASTER="28.x" FILEMASTER="29.x"
FILEMASTERTAG="28.1.knots20250305" FILEMASTERTAG="29.2.knots20251010"
# the git repo to get the source code from for install # the git repo to get the source code from for install
GITHUB_REPO="https://github.com/bitcoinknots/bitcoin" GITHUB_REPO="https://github.com/bitcoinknots/bitcoin"
@@ -23,7 +23,7 @@ GITHUB_REPO="https://github.com/bitcoinknots/bitcoin"
# the github tag of the version of the source code to install # the github tag of the version of the source code to install
# can also be a commit hash # can also be a commit hash
# if empty it will use the latest source version # if empty it will use the latest source version
GITHUB_TAG="v28.1.knots20250305" GITHUB_TAG="v29.2.knots20251010"
# the github signature to verify the author # the github signature to verify the author
# leave GITHUB_SIGN_AUTHOR empty to skip verifying # leave GITHUB_SIGN_AUTHOR empty to skip verifying