diff --git a/srcpkgs/monero/patches/easylogging.patch b/srcpkgs/monero/patches/easylogging.patch index 07daa22c5f0..51f66bc2f8e 100644 --- a/srcpkgs/monero/patches/easylogging.patch +++ b/srcpkgs/monero/patches/easylogging.patch @@ -1,11 +1,11 @@ ---- external/easylogging++/easylogging++.h.orig 2019-06-20 10:34:09.991591827 +0200 -+++ external/easylogging++/easylogging++.h 2019-06-20 10:35:12.131793176 +0200 -@@ -216,7 +216,7 @@ +--- external/easylogging++/easylogging++.h.orig 2020-05-23 09:03:47.678880438 +0200 ++++ external/easylogging++/easylogging++.h 2020-05-23 09:04:31.757371549 +0200 +@@ -221,7 +221,7 @@ # define ELPP_INTERNAL_INFO(lvl, msg) #endif // (defined(ELPP_DEBUG_INFO)) #if (defined(ELPP_FEATURE_ALL)) || (defined(ELPP_FEATURE_CRASH_LOG)) --# if (ELPP_COMPILER_GCC && !ELPP_MINGW && !ELPP_OS_OPENBSD && !ELPP_OS_NETBSD && !ELPP_OS_ANDROID) -+# if ( __has_include() && ELPP_COMPILER_GCC && !ELPP_MINGW && !ELPP_OS_OPENBSD && !ELPP_OS_NETBSD && !ELPP_OS_ANDROID) +-# if (ELPP_COMPILER_GCC && !ELPP_MINGW && !ELPP_OS_OPENBSD && !ELPP_OS_NETBSD && !ELPP_OS_ANDROID && !ELPP_OS_EMSCRIPTEN) ++# if ( __has_include() && ELPP_COMPILER_GCC && !ELPP_MINGW && !ELPP_OS_OPENBSD && !ELPP_OS_NETBSD && !ELPP_OS_ANDROID && !ELPP_OS_EMSCRIPTEN) # define ELPP_STACKTRACE 1 # else # define ELPP_STACKTRACE 0 diff --git a/srcpkgs/monero/template b/srcpkgs/monero/template index cbc57575cb9..587d18f3608 100644 --- a/srcpkgs/monero/template +++ b/srcpkgs/monero/template @@ -1,6 +1,6 @@ # Template file for 'monero' pkgname=monero -version=0.15.0.5 +version=0.16.0.0 revision=1 _randomx_version="1.1.6" # the revision monero uses as a submodule for the specific version @@ -22,7 +22,7 @@ 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="45deb2e8da87dc9ba1be5095d76c09c526dbe7d33cb010663daafb3fe4c19e33 +checksum="7398f592892f6fa40c9af628451cde475e0574659b61a12c52c1cf4616c756d9 cf7946ff5f53401f24146e1472ec54f02338729147fdae091c831920acc390bb 44b007d419ac21b6affec58991e865ee572346ead19b73cf1c3e4e11c7a81273" skip_extraction="v${_randomx_version}.tar.gz ${_rapidjson_gitrev}.tar.gz"