bitcoin: update to 0.17.1.
This commit is contained in:
parent
928e95c07a
commit
028f25dd17
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'bitcoin'
|
||||
pkgname=bitcoin
|
||||
version=0.17.0.1
|
||||
revision=3
|
||||
wrksrc="${pkgname}-${version%.*}"
|
||||
version=0.17.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"
|
||||
|
@ -13,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=a5d5d7ca5840862018cc27eba7039c2b52f6e1832ac8f919a6eedfac13cb4597
|
||||
checksum=3e564fb5cf832f39e930e19c83ea53e09cfe6f93a663294ed83a32e194bda42a
|
||||
conflicts="litecoin>=0" # Both provide libbitcoinconsensus.so.0
|
||||
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
|
|
Loading…
Reference in New Issue