bitcoin: update to 0.13.0.
This commit is contained in:
parent
4a957b7a15
commit
05f5e98d04
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'bitcoin'
|
||||
pkgname=bitcoin
|
||||
version=0.12.1
|
||||
revision=2
|
||||
version=0.13.0
|
||||
revision=1
|
||||
create_wrksrc=yes
|
||||
hostmakedepends="pkg-config yasm"
|
||||
makedepends="db-devel protobuf-devel boost-devel miniupnpc-devel libevent-devel qrencode-devel"
|
||||
|
@ -10,7 +10,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=08fc3b6c05c39fb975bba1f6dd49992df46511790ce8dc67398208af9565e199
|
||||
checksum=0c7d7049689bb17f4256f1e5ec20777f42acef61814d434b38e6c17091161cda
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) broken="http://build.voidlinux.eu/builders/armv6l-musl_builder/builds/2804/steps/shell_3/logs/stdio";;
|
||||
|
@ -50,6 +50,7 @@ do_build() {
|
|||
do_install() {
|
||||
vbin ${pkgname}-${version}/src/bitcoin-cli
|
||||
vbin ${pkgname}-${version}/src/bitcoind
|
||||
vbin ${pkgname}-${version}/src/bitcoin-tx
|
||||
vsconf bitcoin.conf
|
||||
vman bitcoind.1
|
||||
vman bitcoin.conf.5
|
||||
|
|
Loading…
Reference in New Issue