summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author nomnombtc2022-04-29 04:41:27 +0200
committer Willy Sudiarto Raharjo2022-04-30 08:51:53 +0200
commit4aa8cf2f2806a910d6b888c32e0be645d11b5975 (patch)
tree1260e8735532e03a557eebc93c202d204d0cb7f4 /network
parentca6a7f5a6e1efae7c1d072832306a03c28d0e6c0 (diff)
downloadslackbuilds-4aa8cf2f2806a910d6b888c32e0be645d11b5975.tar.gz
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')
-rw-r--r--network/bitcoin/README2
-rw-r--r--network/bitcoin/bitcoin.SlackBuild4
-rw-r--r--network/bitcoin/bitcoin.info6
3 files changed, 6 insertions, 6 deletions
diff --git a/network/bitcoin/README b/network/bitcoin/README
index acf5ceee66..255ec8cab6 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 cb89930755..b8c6a11c5c 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 ec58d5f8c5..53e577a7ea 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"