diff options
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 |
commit | 89bae15353ab97ebf84598886972593078c3f858 (patch) | |
tree | 003b8bb986345a7ae830069411920cf71674e27f /network | |
parent | 5a6e327dcf49237c7d28c51e71615ac96cd3e5f0 (diff) |
network/bitcoin: Updated for version 25.0.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/bitcoin/README | 2 | ||||
-rw-r--r-- | network/bitcoin/bitcoin.SlackBuild | 5 | ||||
-rw-r--r-- | network/bitcoin/bitcoin.info | 8 |
3 files changed, 6 insertions, 9 deletions
diff --git a/network/bitcoin/README b/network/bitcoin/README index 74c4505f6b5d6..2ccc68da471da 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 a17a0e46c50f7..1635dd7829e03 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 0e1e69e8a7006..16a9d10b99220 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" |