diff options
author | nomnombtc <nomnombtc@arcor.de> | 2023-12-06 17:52:25 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-08 00:44:14 +0700 |
commit | 6cbe64ac3dbfe214765017d7cccdd30a2a607c22 (patch) | |
tree | 0c7aa92b5d68272f333581d9662317779cfd1eb4 /network/bitcoin | |
parent | ab032a15a476fef07e34e85509f7f97b3260d84c (diff) |
network/bitcoin: Updated for version 26.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/bitcoin')
-rw-r--r-- | network/bitcoin/README | 2 | ||||
-rw-r--r-- | network/bitcoin/bitcoin.SlackBuild | 2 | ||||
-rw-r--r-- | network/bitcoin/bitcoin.info | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/network/bitcoin/README b/network/bitcoin/README index d8b7cd80a929..913c5d54b7cd 100644 --- a/network/bitcoin/README +++ b/network/bitcoin/README @@ -13,4 +13,4 @@ If you just want to send and receive Bitcoins you can also look at a light client like Electrum. Please make sure to read the release notes first before upgrading: -https://bitcoincore.org/en/releases/25.1/ +https://bitcoincore.org/en/releases/26.0/ diff --git a/network/bitcoin/bitcoin.SlackBuild b/network/bitcoin/bitcoin.SlackBuild index ce7335ee9131..ebb653e67ac9 100644 --- a/network/bitcoin/bitcoin.SlackBuild +++ b/network/bitcoin/bitcoin.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=bitcoin -VERSION=${VERSION:-25.1} +VERSION=${VERSION:-26.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/network/bitcoin/bitcoin.info b/network/bitcoin/bitcoin.info index fd77fb5b0c14..54997f0fff66 100644 --- a/network/bitcoin/bitcoin.info +++ b/network/bitcoin/bitcoin.info @@ -1,8 +1,8 @@ PRGNAM="bitcoin" -VERSION="25.1" +VERSION="26.0" HOMEPAGE="https://bitcoincore.org" -DOWNLOAD="https://bitcoincore.org/bin/bitcoin-core-25.1/bitcoin-25.1.tar.gz" -MD5SUM="f88f60790a2aeb94d528bc39d1cf7917" +DOWNLOAD="https://bitcoincore.org/bin/bitcoin-core-26.0/bitcoin-26.0.tar.gz" +MD5SUM="40698e9246558f0582afdc680add2cf2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |