From 420716f6f6f3abccb317d14c85f94e7ef523ede9 Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Tue, 27 Feb 2018 17:54:26 +0100 Subject: [PATCH] bitcoin: update to 0.16.0. Closes: #11963 [via git-merge-pr] --- srcpkgs/bitcoin/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/bitcoin/template b/srcpkgs/bitcoin/template index 4e6ff3b66ba..90876b1b836 100644 --- a/srcpkgs/bitcoin/template +++ b/srcpkgs/bitcoin/template @@ -1,6 +1,6 @@ # Template file for 'bitcoin' pkgname=bitcoin -version=0.15.1 +version=0.16.0 revision=1 build_style=gnu-configure configure_args="--with-incompatible-bdb --disable-ccache --disable-static --enable-hardening --with-boost=${XBPS_CROSS_BASE}/usr" @@ -12,7 +12,7 @@ maintainer="Juan RP " license="MIT" homepage="https://bitcoin.org/" distfiles="https://bitcoin.org/bin/bitcoin-core-${version}/bitcoin-${version}.tar.gz" -checksum=34de2dbe058c1f8b6464494468ebe2ff0422614203d292da1c6458d6f87342b4 +checksum=8cbec0397d932cab7297a8c23c918392f6eebd410646b4b954787de9f4a3ee40 conflicts="litecoin>=0" # Both provide libbitcoinconsensus.so.0 if [ -z "$CROSS_BUILD" ]; then