bitcoin: update to 0.17.0.1.

This commit is contained in:
Helmut Pozimski 2018-11-01 09:29:46 +01:00
parent 19d1e2492b
commit 3effec5dd7

View file

@ -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 <xtraeme@voidlinux.eu>"
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