diff options
author | nomnombtc <nomnombtc@arcor.de> | 2022-04-29 03:41:27 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-30 13:51:53 +0700 |
commit | 4aa8cf2f2806a910d6b888c32e0be645d11b5975 (patch) | |
tree | 1260e8735532e03a557eebc93c202d204d0cb7f4 /network/bitcoin | |
parent | ca6a7f5a6e1efae7c1d072832306a03c28d0e6c0 (diff) |
network/bitcoin: Updated for version 23.0.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
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 | 4 | ||||
-rw-r--r-- | network/bitcoin/bitcoin.info | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/network/bitcoin/README b/network/bitcoin/README index acf5ceee6603..255ec8cab6cd 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/0.21.0/ +https://bitcoincore.org/en/releases/23.0/ diff --git a/network/bitcoin/bitcoin.SlackBuild b/network/bitcoin/bitcoin.SlackBuild index cb8993075542..b8c6a11c5c0e 100644 --- a/network/bitcoin/bitcoin.SlackBuild +++ b/network/bitcoin/bitcoin.SlackBuild @@ -25,8 +25,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=bitcoin -VERSION=${VERSION:-22.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-23.0} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/network/bitcoin/bitcoin.info b/network/bitcoin/bitcoin.info index ec58d5f8c515..53e577a7eab0 100644 --- a/network/bitcoin/bitcoin.info +++ b/network/bitcoin/bitcoin.info @@ -1,8 +1,8 @@ PRGNAM="bitcoin" -VERSION="22.0" +VERSION="23.0" HOMEPAGE="https://bitcoincore.org" -DOWNLOAD="https://bitcoincore.org/bin/bitcoin-core-22.0/bitcoin-22.0.tar.gz" -MD5SUM="f822f7e798fbdc36e8fc18b355ab446d" +DOWNLOAD="https://bitcoincore.org/bin/bitcoin-core-23.0/bitcoin-23.0.tar.gz" +MD5SUM="250d1239691f8338a7cc4e5439a0ff29" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="protobuf3" |