diff options
author | Oleg Titov <oleg.titov@gmail.com> | 2020-04-13 10:51:42 -0500 |
---|---|---|
committer | Oleg Titov <oleg.titov@gmail.com> | 2020-04-13 10:51:42 -0500 |
commit | 03d6bc9ea18469200ac74a9bc3da0933c3f9cfc3 (patch) | |
tree | a39755a20d806b16de4bd37737e5f3b7a651edda /testing/xmrig | |
parent | 99308c8d8a9a9ac826d02e5b3cf7ca3566dbdbdc (diff) | |
download | aports-03d6bc9ea18469200ac74a9bc3da0933c3f9cfc3.tar.bz2 aports-03d6bc9ea18469200ac74a9bc3da0933c3f9cfc3.tar.xz |
testing/xmrig: upgrade to 5.11.0
Ref https://github.com/xmrig/xmrig/releases
Diffstat (limited to 'testing/xmrig')
-rw-r--r-- | testing/xmrig/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/xmrig/APKBUILD b/testing/xmrig/APKBUILD index 32bcc2dd2e..026163a72c 100644 --- a/testing/xmrig/APKBUILD +++ b/testing/xmrig/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Oleg Titov <oleg.titov@gmail.com> # Maintainer: Oleg Titov <oleg.titov@gmail.com> pkgname=xmrig -pkgver=5.10.0 +pkgver=5.11.0 pkgrel=0 pkgdesc="XMRig is a high performance Monero (XMR) miner" url="https://xmrig.com/" @@ -29,4 +29,4 @@ package() { install -Dm 644 -t "$pkgdir"/usr/share/doc/$pkgname/ README.md } -sha512sums="b1e8841aaae6d9eaaa401ac4b237bb6f4b08526ef8cd42ee0f9bccb03ea5bc4d57d3ca6a55c33afb8add42a27448bf3c4d04eb12dfff15baf3ed2e42c7c68552 xmrig-5.10.0.tar.gz" +sha512sums="128c23636e2b80d63e341199ad8fa9fce8350275920106e8994d34c5adfec454d72e843d2f46df2c7bb4651eaadd6c138d64f94c415bc372f300ca48c1bd1c42 xmrig-5.11.0.tar.gz" |