diff options
author | nomnombtc <nomnombtc@arcor.de> | 2024-10-04 16:26:44 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-10-05 08:36:07 +0700 |
commit | 943f95e1c4ecf4b460a8847d3900825b1fbbd2e1 (patch) | |
tree | ed85128e0b74c17a9818db5f7206fcb0e247be01 /network | |
parent | 1b7242f4cbae8c90d9623975d5ad612637caf42c (diff) | |
download | slackbuilds-943f95e1c4ecf4b460a8847d3900825b1fbbd2e1.tar.gz slackbuilds-943f95e1c4ecf4b460a8847d3900825b1fbbd2e1.tar.xz |
network/bitcoin: Updated for version 28.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-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 a3ccdd4d91..10a196f7d0 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/27.1/ +https://bitcoincore.org/en/releases/28.0/ diff --git a/network/bitcoin/bitcoin.SlackBuild b/network/bitcoin/bitcoin.SlackBuild index c1559d023b..1db8801042 100644 --- a/network/bitcoin/bitcoin.SlackBuild +++ b/network/bitcoin/bitcoin.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=bitcoin -VERSION=${VERSION:-27.1} +VERSION=${VERSION:-28.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/network/bitcoin/bitcoin.info b/network/bitcoin/bitcoin.info index f691e10e4b..faa631d770 100644 --- a/network/bitcoin/bitcoin.info +++ b/network/bitcoin/bitcoin.info @@ -1,8 +1,8 @@ PRGNAM="bitcoin" -VERSION="27.1" +VERSION="28.0" HOMEPAGE="https://bitcoincore.org" -DOWNLOAD="https://bitcoincore.org/bin/bitcoin-core-27.1/bitcoin-27.1.tar.gz" -MD5SUM="50cf7c6b91a3cc34eba14d2e76af0e4b" +DOWNLOAD="https://bitcoincore.org/bin/bitcoin-core-28.0/bitcoin-28.0.tar.gz" +MD5SUM="265e5c53a69cb95c3aeeb9daa3fe50c3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |