aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornomnombtc <nomnombtc@arcor.de>2024-06-18 01:41:11 +0200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-06-19 20:47:12 +0700
commite7792ef0a840f703e12ed906046614a9a21d2fa5 (patch)
tree9032b00ab8e1bce0d09181c0d0c3aaeb6295178d
parent0f99f91806ce3b7230597e13119567d75dc4a99e (diff)
network/bitcoin: Updated for version 27.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 7e3be4ea05a4c..a3ccdd4d918bd 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.0/
+https://bitcoincore.org/en/releases/27.1/
diff --git a/network/bitcoin/bitcoin.SlackBuild b/network/bitcoin/bitcoin.SlackBuild
index 7e5142b0ed902..c1559d023b5cc 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.0}
+VERSION=${VERSION:-27.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/network/bitcoin/bitcoin.info b/network/bitcoin/bitcoin.info
index 47b798acfb497..f691e10e4b650 100644
--- a/network/bitcoin/bitcoin.info
+++ b/network/bitcoin/bitcoin.info
@@ -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=""