network/bitcoin: Updated for version 27.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
09bfcd87a6
commit
e785d93b99
|
@ -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/26.0/
|
||||
https://bitcoincore.org/en/releases/27.0/
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for bitcoin
|
||||
|
||||
# Copyright 2012-2023 nomnombtc <nomnombtc@arcor.de>
|
||||
# Copyright 2012-2024 nomnombtc <nomnombtc@arcor.de>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=bitcoin
|
||||
VERSION=${VERSION:-26.0}
|
||||
VERSION=${VERSION:-27.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="bitcoin"
|
||||
VERSION="26.0"
|
||||
VERSION="27.0"
|
||||
HOMEPAGE="https://bitcoincore.org"
|
||||
DOWNLOAD="https://bitcoincore.org/bin/bitcoin-core-26.0/bitcoin-26.0.tar.gz"
|
||||
MD5SUM="40698e9246558f0582afdc680add2cf2"
|
||||
DOWNLOAD="https://bitcoincore.org/bin/bitcoin-core-27.0/bitcoin-27.0.tar.gz"
|
||||
MD5SUM="0850dc36e811ad780123f12083974a5f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue