monero: update to 0.11.1.0 (#8515)

This commit is contained in:
Helmut Pozimski 2017-10-25 06:00:32 +02:00 committed by Juan RP
parent d0b630f003
commit 064ef8bcdc
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'monero'
pkgname=monero
version=0.11.0.0
revision=2
version=0.11.1.0
revision=1
conf_files="/etc/monerod.conf"
build_style=cmake
hostmakedepends="pkg-config"
@ -17,7 +17,7 @@ maintainer="Helmut Pozimski <helmut@pozimski.eu>"
license="3-clause-BSD"
homepage="https://getmonero.org"
distfiles="https://github.com/monero-project/monero/archive/v${version}.tar.gz"
checksum=93c217cf10624d6e93cd1db5d137310be8b23393400014e2c8808d5214207c20
checksum=b5b48d3e5317c599e1499278580e9a6ba3afc3536f4064fcf7b20840066a509b
if [ "$CROSS_BUILD" ]; then
configure_args+=" -DTHREADS_PTHREAD_ARG=OFF"