aboutsummaryrefslogtreecommitdiffstats
path: root/testing/monero
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2019-06-20 13:24:00 +0300
committerprspkt <prspkt@protonmail.com>2019-06-20 14:06:46 +0300
commit03f3832d1af5044151aaaf8cc734ad7deee9bf4b (patch)
tree71c064efdc54f448ac1a3e8d9c0f3a50ad0dc2ca /testing/monero
parent3c4eacd6f6943e3cbef58cef57119e10d3f89369 (diff)
downloadaports-03f3832d1af5044151aaaf8cc734ad7deee9bf4b.tar.bz2
aports-03f3832d1af5044151aaaf8cc734ad7deee9bf4b.tar.xz
testing/monero: upgrade to 0.14.1.0
Diffstat (limited to 'testing/monero')
-rw-r--r--testing/monero/APKBUILD8
-rw-r--r--testing/monero/easylogging.patch10
2 files changed, 9 insertions, 9 deletions
diff --git a/testing/monero/APKBUILD b/testing/monero/APKBUILD
index 89a30f8a24..fa0235da78 100644
--- a/testing/monero/APKBUILD
+++ b/testing/monero/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: André Klitzing <aklitzing@gmail.com>
# Maintainer: André Klitzing <aklitzing@gmail.com>
pkgname=monero
-pkgver=0.14.0.2
-pkgrel=2
+pkgver=0.14.1.0
+pkgrel=0
pkgdesc="Secure, private, untraceable cryptocurrency"
url="https://getmonero.org/"
arch="all"
@@ -33,7 +33,7 @@ package() {
install -m755 -t "${pkgdir}"/usr/bin build/bin/*
}
-sha512sums="f58718f6ef182796dfe14153c5e8e476289804acc20ce63275e1ca82b1b160473864859dabe42269c20c59054f29dc2a355be24e95466ce78fea15678301b3f4 monero-0.14.0.2.tar.gz
-1cc51b85fdf15414421f76de04cf6736db1cbed99d1a08709ff99f2fc2597ccb1cb9940692c2d55fcbb3ed6a85d3704540ddbf86111943fdd09bc8e33aa245e2 easylogging.patch
+sha512sums="59ec15a0d65536d464162a555172e1ac5bbe358af6ef008336877afaa695f2d048b7830e5f6097325373152df1e4a4e59b693d9f26497447a1845a28b8d74878 monero-0.14.1.0.tar.gz
+899f2d539f826664f38d2f674db8272b639a4e4af72a147769c9382a5cbf0df4934183f30f01725b4e950df49cc580fc8d4de70387e905943cd2b295d53ef9aa easylogging.patch
70c8e981d87442e0c8eccb6804af8ba78c312cfeb547957b20c8e4e83e533f161ce1b094891a99df4113e901f43954a0f1473e39781e8dae77faa0726132563b system-miniupnpc.patch
087e48b0507c0fb7cc9dbab05b0373b61687de3935642299c6df0194539934e7cccad497435c32291c063b10f4d91d4fbc98d81e269148c4e14780ed38d43559 version-string.patch"
diff --git a/testing/monero/easylogging.patch b/testing/monero/easylogging.patch
index 3228501a47..a0b7a664c8 100644
--- a/testing/monero/easylogging.patch
+++ b/testing/monero/easylogging.patch
@@ -1,11 +1,11 @@
---- a/external/easylogging++/easylogging++.h 2018-10-10 13:06:21.126417347 +0200
-+++ b/external/easylogging++/easylogging++.h 2018-10-10 13:07:35.488416829 +0200
-@@ -205,7 +205,7 @@
+--- a/external/easylogging++/easylogging++.h
++++ b/external/easylogging++/easylogging++.h
+@@ -216,7 +216,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)
-+# if ( __has_include(<execinfo.h>) && ELPP_COMPILER_GCC && !ELPP_MINGW && !ELPP_OS_OPENBSD && !ELPP_OS_NETBSD)
+-# if (ELPP_COMPILER_GCC && !ELPP_MINGW && !ELPP_OS_OPENBSD && !ELPP_OS_NETBSD && !ELPP_OS_ANDROID)
++# if ( __has_include(<execinfo.h>) && ELPP_COMPILER_GCC && !ELPP_MINGW && !ELPP_OS_OPENBSD && !ELPP_OS_NETBSD && !ELPP_OS_ANDROID)
# define ELPP_STACKTRACE 1
# else
# define ELPP_STACKTRACE 0