summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author nomnombtc <nomnombtc@arcor.de>2023-05-26 21:04:27 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-05-27 08:08:53 +0700
commit89bae15353ab97ebf84598886972593078c3f858 (patch)
tree003b8bb986345a7ae830069411920cf71674e27f
parent5a6e327dcf49237c7d28c51e71615ac96cd3e5f0 (diff)
downloadslackbuilds-89bae15353ab97ebf84598886972593078c3f858.tar.gz
slackbuilds-89bae15353ab97ebf84598886972593078c3f858.tar.xz
network/bitcoin: Updated for version 25.0.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--network/bitcoin/README2
-rw-r--r--network/bitcoin/bitcoin.SlackBuild5
-rw-r--r--network/bitcoin/bitcoin.info8
3 files changed, 6 insertions, 9 deletions
diff --git a/network/bitcoin/README b/network/bitcoin/README
index 74c4505f6b..2ccc68da47 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/24.0.1/
+https://bitcoincore.org/en/releases/25.0/
diff --git a/network/bitcoin/bitcoin.SlackBuild b/network/bitcoin/bitcoin.SlackBuild
index a17a0e46c5..1635dd7829 100644
--- a/network/bitcoin/bitcoin.SlackBuild
+++ b/network/bitcoin/bitcoin.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=bitcoin
-VERSION=${VERSION:-24.0.1}
+VERSION=${VERSION:-25.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -38,9 +38,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
diff --git a/network/bitcoin/bitcoin.info b/network/bitcoin/bitcoin.info
index 0e1e69e8a7..16a9d10b99 100644
--- a/network/bitcoin/bitcoin.info
+++ b/network/bitcoin/bitcoin.info
@@ -1,10 +1,10 @@
PRGNAM="bitcoin"
-VERSION="24.0.1"
+VERSION="25.0"
HOMEPAGE="https://bitcoincore.org"
-DOWNLOAD="https://bitcoincore.org/bin/bitcoin-core-24.0.1/bitcoin-24.0.1.tar.gz"
-MD5SUM="b1cc93c03875f17d759f1294292a4e78"
+DOWNLOAD="https://bitcoincore.org/bin/bitcoin-core-25.0/bitcoin-25.0.tar.gz"
+MD5SUM="ce52dde2a73fa4fa95e03d5872efd2c0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="protobuf3"
+REQUIRES=""
MAINTAINER="nomnombtc"
EMAIL="nomnombtc@arcor.de"