summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author nomnombtc2023-12-06 17:52:25 +0100
committer Willy Sudiarto Raharjo2023-12-07 18:44:14 +0100
commit6cbe64ac3dbfe214765017d7cccdd30a2a607c22 (patch)
tree0c7aa92b5d68272f333581d9662317779cfd1eb4 /network
parentab032a15a476fef07e34e85509f7f97b3260d84c (diff)
downloadslackbuilds-6cbe64ac3dbfe214765017d7cccdd30a2a607c22.tar.gz
network/bitcoin: Updated for version 26.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.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 d8b7cd80a9..913c5d54b7 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/25.1/
+https://bitcoincore.org/en/releases/26.0/
diff --git a/network/bitcoin/bitcoin.SlackBuild b/network/bitcoin/bitcoin.SlackBuild
index ce7335ee91..ebb653e67a 100644
--- a/network/bitcoin/bitcoin.SlackBuild
+++ b/network/bitcoin/bitcoin.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=bitcoin
-VERSION=${VERSION:-25.1}
+VERSION=${VERSION:-26.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/network/bitcoin/bitcoin.info b/network/bitcoin/bitcoin.info
index fd77fb5b0c..54997f0fff 100644
--- a/network/bitcoin/bitcoin.info
+++ b/network/bitcoin/bitcoin.info
@@ -1,8 +1,8 @@
PRGNAM="bitcoin"
-VERSION="25.1"
+VERSION="26.0"
HOMEPAGE="https://bitcoincore.org"
-DOWNLOAD="https://bitcoincore.org/bin/bitcoin-core-25.1/bitcoin-25.1.tar.gz"
-MD5SUM="f88f60790a2aeb94d528bc39d1cf7917"
+DOWNLOAD="https://bitcoincore.org/bin/bitcoin-core-26.0/bitcoin-26.0.tar.gz"
+MD5SUM="40698e9246558f0582afdc680add2cf2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""