network/bitcoin: Updated for version 27.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
nomnombtc 2024-06-18 01:41:11 +02:00 committed by Willy Sudiarto Raharjo
parent 0f99f91806
commit e7792ef0a8
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 5 additions and 5 deletions

View file

@ -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.0/
https://bitcoincore.org/en/releases/27.1/

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=bitcoin
VERSION=${VERSION:-27.0}
VERSION=${VERSION:-27.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="bitcoin"
VERSION="27.0"
VERSION="27.1"
HOMEPAGE="https://bitcoincore.org"
DOWNLOAD="https://bitcoincore.org/bin/bitcoin-core-27.0/bitcoin-27.0.tar.gz"
MD5SUM="0850dc36e811ad780123f12083974a5f"
DOWNLOAD="https://bitcoincore.org/bin/bitcoin-core-27.1/bitcoin-27.1.tar.gz"
MD5SUM="50cf7c6b91a3cc34eba14d2e76af0e4b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""