monero: update to 0.17.0.0.

This commit is contained in:
Helmut Pozimski 2020-09-24 21:06:35 +02:00
parent 6427671132
commit c9d6a5093d
1 changed files with 12 additions and 7 deletions

View File

@ -1,12 +1,13 @@
# Template file for 'monero'
pkgname=monero
version=0.16.0.3
version=0.17.0.0
revision=1
_randomx_version="1.1.6"
_randomx_version="1.1.8"
# the revision monero uses as a submodule for the specific version
_rapidjson_gitrev="129d19ba7f496df5e33658527a7158c79b99c21c"
_supercop_gitrev="633500ad8c8759995049ccd022107d1fa8a1bbc9"
build_style=cmake
configure_args="-DBUILD_GUI_DEPS=ON -DHAVE_LIBRESSL=1"
configure_args="-DBUILD_GUI_DEPS=ON"
conf_files="/etc/monerod.conf"
make_dirs="
/var/lib/monero 0750 monero monero
@ -21,10 +22,12 @@ license="BSD-3-Clause"
homepage="https://getmonero.org"
distfiles="https://github.com/monero-project/monero/archive/v${version}.tar.gz
https://github.com/tevador/RandomX/archive/v${_randomx_version}.tar.gz
https://github.com/Tencent/rapidjson/archive/${_rapidjson_gitrev}.tar.gz"
checksum="df15660f877b75d340214847be1648cac47b2fcdb4011cf8f5aa4517f3af48cb
cf7946ff5f53401f24146e1472ec54f02338729147fdae091c831920acc390bb
44b007d419ac21b6affec58991e865ee572346ead19b73cf1c3e4e11c7a81273"
https://github.com/Tencent/rapidjson/archive/${_rapidjson_gitrev}.tar.gz
https://github.com/monero-project/supercop/archive/${_supercop_gitrev}.tar.gz"
checksum="0390eff4b9e80ef565da21bc241632a0030b0b19e53df6c888d0da934e424830
f982a12d18b1d260bef2a1d3c46ae4902975fbf63abb38ca6413c96d1778db3a
44b007d419ac21b6affec58991e865ee572346ead19b73cf1c3e4e11c7a81273
b973b9d8269ec4d97c3c3443f0dad96d09f72b1b30e616e0947557adbdbb03f7"
skip_extraction="v${_randomx_version}.tar.gz ${_rapidjson_gitrev}.tar.gz"
system_accounts="monero"
@ -58,6 +61,8 @@ post_extract() {
--strip-components=1 -C ${wrksrc}/external/randomx
tar xzf ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${_rapidjson_gitrev}.tar.gz \
--strip-components=1 -C ${wrksrc}/external/rapidjson
tar xzf ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${_supercop_gitrev}.tar.gz \
--strip-components=1 -C ${wrksrc}/external/supercop
}
pre_configure() {