bitcoin: update to 0.17.0.1.
This commit is contained in:
parent
19d1e2492b
commit
3effec5dd7
1 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,8 @@
|
||||||
# Template file for 'bitcoin'
|
# Template file for 'bitcoin'
|
||||||
pkgname=bitcoin
|
pkgname=bitcoin
|
||||||
version=0.16.3
|
version=0.17.0.1
|
||||||
revision=2
|
revision=1
|
||||||
|
wrksrc="${pkgname}-${version%.*}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-incompatible-bdb --disable-ccache --disable-static --enable-hardening --with-boost=${XBPS_CROSS_BASE}/usr"
|
configure_args="--with-incompatible-bdb --disable-ccache --disable-static --enable-hardening --with-boost=${XBPS_CROSS_BASE}/usr"
|
||||||
hostmakedepends="pkg-config yasm"
|
hostmakedepends="pkg-config yasm"
|
||||||
|
@ -12,7 +13,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://bitcoin.org/"
|
homepage="https://bitcoin.org/"
|
||||||
distfiles="https://bitcoin.org/bin/bitcoin-core-${version}/bitcoin-${version}.tar.gz"
|
distfiles="https://bitcoin.org/bin/bitcoin-core-${version}/bitcoin-${version}.tar.gz"
|
||||||
checksum=836eed97dfc79cff09f356e8fbd6a6ef2de840fb9ff20ebffb51ccffdb100218
|
checksum=a5d5d7ca5840862018cc27eba7039c2b52f6e1832ac8f919a6eedfac13cb4597
|
||||||
conflicts="litecoin>=0" # Both provide libbitcoinconsensus.so.0
|
conflicts="litecoin>=0" # Both provide libbitcoinconsensus.so.0
|
||||||
|
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
|
@ -23,10 +24,9 @@ fi
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
extra_files="
|
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}/share/pixmaps/bitcoin128.png
|
||||||
https://raw.github.com/bitcoin/bitcoin/v${version}/contrib/debian/examples/bitcoin.conf
|
https://raw.github.com/bitcoin-core/packaging/master/debian/examples/bitcoin.conf"
|
||||||
https://raw.github.com/bitcoin/bitcoin/v${version}/doc/man/bitcoind.1"
|
|
||||||
for f in ${extra_files}; do
|
for f in ${extra_files}; do
|
||||||
$XBPS_FETCH_CMD $f
|
$XBPS_FETCH_CMD $f
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue