From 3effec5dd79e5ccb23c9dd4a895babe6b9ec6906 Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Thu, 1 Nov 2018 09:29:46 +0100 Subject: [PATCH] bitcoin: update to 0.17.0.1. --- srcpkgs/bitcoin/template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/bitcoin/template b/srcpkgs/bitcoin/template index 3dad6aa36e..88510a89bc 100644 --- a/srcpkgs/bitcoin/template +++ b/srcpkgs/bitcoin/template @@ -1,7 +1,8 @@ # Template file for 'bitcoin' pkgname=bitcoin -version=0.16.3 -revision=2 +version=0.17.0.1 +revision=1 +wrksrc="${pkgname}-${version%.*}" build_style=gnu-configure configure_args="--with-incompatible-bdb --disable-ccache --disable-static --enable-hardening --with-boost=${XBPS_CROSS_BASE}/usr" hostmakedepends="pkg-config yasm" @@ -12,7 +13,7 @@ maintainer="Juan RP " license="MIT" homepage="https://bitcoin.org/" distfiles="https://bitcoin.org/bin/bitcoin-core-${version}/bitcoin-${version}.tar.gz" -checksum=836eed97dfc79cff09f356e8fbd6a6ef2de840fb9ff20ebffb51ccffdb100218 +checksum=a5d5d7ca5840862018cc27eba7039c2b52f6e1832ac8f919a6eedfac13cb4597 conflicts="litecoin>=0" # Both provide libbitcoinconsensus.so.0 if [ -z "$CROSS_BUILD" ]; then @@ -23,10 +24,9 @@ fi pre_configure() { extra_files=" - https://raw.github.com/bitcoin/bitcoin/v${version}/contrib/debian/bitcoin-qt.desktop + https://raw.github.com/bitcoin-core/packaging/master/debian/bitcoin-qt.desktop https://raw.github.com/bitcoin/bitcoin/v${version}/share/pixmaps/bitcoin128.png - https://raw.github.com/bitcoin/bitcoin/v${version}/contrib/debian/examples/bitcoin.conf - https://raw.github.com/bitcoin/bitcoin/v${version}/doc/man/bitcoind.1" + https://raw.github.com/bitcoin-core/packaging/master/debian/examples/bitcoin.conf" for f in ${extra_files}; do $XBPS_FETCH_CMD $f done