monero: update to 0.11.1.0 (#8515)
This commit is contained in:
parent
d0b630f003
commit
064ef8bcdc
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'monero'
|
# Template file for 'monero'
|
||||||
pkgname=monero
|
pkgname=monero
|
||||||
version=0.11.0.0
|
version=0.11.1.0
|
||||||
revision=2
|
revision=1
|
||||||
conf_files="/etc/monerod.conf"
|
conf_files="/etc/monerod.conf"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -17,7 +17,7 @@ maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
||||||
license="3-clause-BSD"
|
license="3-clause-BSD"
|
||||||
homepage="https://getmonero.org"
|
homepage="https://getmonero.org"
|
||||||
distfiles="https://github.com/monero-project/monero/archive/v${version}.tar.gz"
|
distfiles="https://github.com/monero-project/monero/archive/v${version}.tar.gz"
|
||||||
checksum=93c217cf10624d6e93cd1db5d137310be8b23393400014e2c8808d5214207c20
|
checksum=b5b48d3e5317c599e1499278580e9a6ba3afc3536f4064fcf7b20840066a509b
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
configure_args+=" -DTHREADS_PTHREAD_ARG=OFF"
|
configure_args+=" -DTHREADS_PTHREAD_ARG=OFF"
|
||||||
|
|
Loading…
Reference in New Issue