monero: update to 0.12.2.0.

This commit is contained in:
Helmut Pozimski 2018-06-03 08:38:53 +02:00 committed by maxice8
parent a44e325109
commit e8caf7fb60

View file

@ -1,6 +1,6 @@
# Template file for 'monero'
pkgname=monero
version=0.12.1.0
version=0.12.2.0
revision=1
conf_files="/etc/monerod.conf"
build_style=cmake
@ -8,7 +8,7 @@ hostmakedepends="pkg-config qt5-host-tools"
configure_args="-DBUILD_GUI_DEPS=ON -DHAVE_LIBRESSL=1"
makedepends="libressl-devel boost-devel libldns-devel libunwind-devel
readline-devel unbound-devel miniupnpc-devel libldns-devel expat-devel
cppzmq czmq-devel"
cppzmq czmq-devel rapidjson"
system_accounts="monero"
make_dirs="
/var/lib/monero 0750 monero monero
@ -18,7 +18,7 @@ maintainer="Helmut Pozimski <helmut@pozimski.eu>"
license="BSD-3-Clause"
homepage="https://getmonero.org"
distfiles="https://github.com/monero-project/monero/archive/v${version}.tar.gz"
checksum=e5f32361ce39a9849a262afb1d5ce211f593c486dcca7bb0af60fcc26ee52b35
checksum=804b4200d9673fee2a1e77251848082f9423e49f4d08e350efc476ae8b6a6dd9
if [ "$CROSS_BUILD" ]; then
configure_args+=" -DTHREADS_PTHREAD_ARG=OFF"