summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author nomnombtc <nomnombtc@arcor.de>2024-04-16 23:34:19 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-04-17 10:11:28 +0700
commite785d93b9993ee31a55079fc197578cff1d97c4c (patch)
tree5dace5da9317e7b122a1d662d8c1e264c231b82f /network
parent09bfcd87a65d04e843a2c1ef4f6a9e9311688a7d (diff)
downloadslackbuilds-e785d93b9993ee31a55079fc197578cff1d97c4c.tar.gz
slackbuilds-e785d93b9993ee31a55079fc197578cff1d97c4c.tar.xz
network/bitcoin: Updated for version 27.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r--network/bitcoin/README2
-rw-r--r--network/bitcoin/bitcoin.SlackBuild4
-rw-r--r--network/bitcoin/bitcoin.info6
3 files changed, 6 insertions, 6 deletions
diff --git a/network/bitcoin/README b/network/bitcoin/README
index 913c5d54b7..7e3be4ea05 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/26.0/
+https://bitcoincore.org/en/releases/27.0/
diff --git a/network/bitcoin/bitcoin.SlackBuild b/network/bitcoin/bitcoin.SlackBuild
index ebb653e67a..7e5142b0ed 100644
--- a/network/bitcoin/bitcoin.SlackBuild
+++ b/network/bitcoin/bitcoin.SlackBuild
@@ -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}
diff --git a/network/bitcoin/bitcoin.info b/network/bitcoin/bitcoin.info
index 54997f0fff..47b798acfb 100644
--- a/network/bitcoin/bitcoin.info
+++ b/network/bitcoin/bitcoin.info
@@ -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=""