summaryrefslogtreecommitdiffstats
path: root/network/bitcoin
diff options
context:
space:
mode:
author nomnombtc2022-12-15 19:20:29 +0100
committer Willy Sudiarto Raharjo2022-12-17 03:13:55 +0100
commit52d391cc89e760d2aa2c71bd9e08c245016ef937 (patch)
tree2fe0c64f7ed34b1797ea4296b92c350c029e274f /network/bitcoin
parentc6cd146089263c5b4d182c01c3004ddda856b157 (diff)
downloadslackbuilds-52d391cc89e760d2aa2c71bd9e08c245016ef937.tar.gz
network/bitcoin: Updated for version 24.0.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/bitcoin')
-rw-r--r--network/bitcoin/README2
-rw-r--r--network/bitcoin/bitcoin.SlackBuild2
-rw-r--r--network/bitcoin/bitcoin.info6
3 files changed, 5 insertions, 5 deletions
diff --git a/network/bitcoin/README b/network/bitcoin/README
index 255ec8cab6..74c4505f6b 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/23.0/
+https://bitcoincore.org/en/releases/24.0.1/
diff --git a/network/bitcoin/bitcoin.SlackBuild b/network/bitcoin/bitcoin.SlackBuild
index b8c6a11c5c..a17a0e46c5 100644
--- a/network/bitcoin/bitcoin.SlackBuild
+++ b/network/bitcoin/bitcoin.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=bitcoin
-VERSION=${VERSION:-23.0}
+VERSION=${VERSION:-24.0.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/network/bitcoin/bitcoin.info b/network/bitcoin/bitcoin.info
index 53e577a7ea..0e1e69e8a7 100644
--- a/network/bitcoin/bitcoin.info
+++ b/network/bitcoin/bitcoin.info
@@ -1,8 +1,8 @@
PRGNAM="bitcoin"
-VERSION="23.0"
+VERSION="24.0.1"
HOMEPAGE="https://bitcoincore.org"
-DOWNLOAD="https://bitcoincore.org/bin/bitcoin-core-23.0/bitcoin-23.0.tar.gz"
-MD5SUM="250d1239691f8338a7cc4e5439a0ff29"
+DOWNLOAD="https://bitcoincore.org/bin/bitcoin-core-24.0.1/bitcoin-24.0.1.tar.gz"
+MD5SUM="b1cc93c03875f17d759f1294292a4e78"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="protobuf3"