diff options
author | nomnombtc <nomnombtc@arcor.de> | 2022-12-15 18:20:29 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-17 09:13:55 +0700 |
commit | 52d391cc89e760d2aa2c71bd9e08c245016ef937 (patch) | |
tree | 2fe0c64f7ed34b1797ea4296b92c350c029e274f /network/bitcoin | |
parent | c6cd146089263c5b4d182c01c3004ddda856b157 (diff) |
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/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 255ec8cab6cd..74c4505f6b5d 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 b8c6a11c5c0e..a17a0e46c50f 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 53e577a7eab0..0e1e69e8a700 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" |