From bb1988b1b22053cd1b17e8c9552aa28d072925e1 Mon Sep 17 00:00:00 2001 From: "Daniel A. Maierhofer" Date: Mon, 29 May 2023 10:29:12 +0200 Subject: [PATCH] bitcoin: update to 25.0. --- srcpkgs/bitcoin/template | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/srcpkgs/bitcoin/template b/srcpkgs/bitcoin/template index cf464ce35c46..0d6e3e8d979e 100644 --- a/srcpkgs/bitcoin/template +++ b/srcpkgs/bitcoin/template @@ -1,7 +1,7 @@ # Template file for 'bitcoin' pkgname=bitcoin -version=22.0 -revision=5 +version=25.0 +revision=1 build_style=gnu-configure configure_args="--with-incompatible-bdb --disable-ccache --disable-static --enable-hardening --with-boost=${XBPS_CROSS_BASE}/usr --with-gui" @@ -11,11 +11,11 @@ makedepends="db-devel boost-devel miniupnpc-devel qt5-tools-devel short_desc="Bitcoin is a peer-to-peer network based digital currency" maintainer="Daniel A. Maierhofer " license="MIT" -homepage="https://bitcoin.org/" -distfiles="https://bitcoin.org/bin/bitcoin-core-${version}/bitcoin-${version}.tar.gz +homepage="https://bitcoincore.org/" +distfiles="https://bitcoincore.org/bin/bitcoin-core-${version}/bitcoin-${version}.tar.gz https://raw.githubusercontent.com/bitcoin-core/packaging/${version%.*}.x/debian/bitcoin-qt.desktop https://raw.githubusercontent.com/bitcoin/bitcoin/v${version}/share/pixmaps/bitcoin128.png" -checksum="d0e9d089b57048b1555efa7cd5a63a7ed042482045f6f33402b1df425bf9613b +checksum="5df67cf42ca3b9a0c38cdafec5bbb517da5b58d251f32c8d2a47511f9be1ebc2 0a46bbadda140599e807be38999e6848c89f9c3523d26fede02d34d62d50f632 ad880c8459ecfdb96abe6a4689af06bdd27906e0edcd39d0915482f2da91e722" conflicts="litecoin>=0" # Both provide libbitcoinconsensus.so.0 @@ -42,10 +42,6 @@ pre_build() { post_install() { rm "${DESTDIR}"/usr/bin/{test,bench}_bitcoin - for b in bitcoind bitcoin-cli bitcoin-tx; do - vcompletion contrib/${b}.bash-completion bash $b - done - vlicense COPYING }