diff options
author | Oleg Titov <oleg.titov@gmail.com> | 2019-08-14 12:37:28 -0500 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2019-08-15 16:10:52 +0300 |
commit | 8d07d5682b0f2dfc12c555688fc9cccf33f19cae (patch) | |
tree | c4a7b3fca1c5d7b3da5176e7e4f3c5533681d4d9 /testing/xmrig-proxy | |
parent | 0b6851fab5592e31ba13104193a2fefc59fcc839 (diff) | |
download | aports-8d07d5682b0f2dfc12c555688fc9cccf33f19cae.tar.bz2 aports-8d07d5682b0f2dfc12c555688fc9cccf33f19cae.tar.xz |
testing/xmrig-proxy: upgrade to 3.0.0
- https://github.com/xmrig/xmrig-proxy/releases 3.0.0
Diffstat (limited to 'testing/xmrig-proxy')
-rw-r--r-- | testing/xmrig-proxy/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/xmrig-proxy/APKBUILD b/testing/xmrig-proxy/APKBUILD index e1b0f7394f..e3bba079d0 100644 --- a/testing/xmrig-proxy/APKBUILD +++ b/testing/xmrig-proxy/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Oleg Titov <oleg.titov@gmail.com> pkgname=xmrig-proxy -pkgver=2.14.4 +pkgver=3.0.0 pkgrel=0 pkgdesc="XMRig Proxy is a high performance Monero (XMR) Stratum protocol proxy" url="https://github.com/xmrig/xmrig-proxy" @@ -26,4 +26,4 @@ package() { install -Dm 644 -t "$pkgdir"/usr/share/doc/$pkgname/ README.md } -sha512sums="d3bd8545cc4fc1a4a5a509197deb2eb6b0b4580d47ad3843b2a5d51fea4b7ea691532125e2edf5641b448c1b8a649cd64cd9574dfa71af43c7109d8b2e800ec6 xmrig-proxy-2.14.4.tar.gz" +sha512sums="35b4dbfbf69cde6b811c23c5f9a2c0d31926afd0f6e191b1681081ce140a0cec15aa7b932a32d6847b510dfd064b807fe09d688c7444ca94b1d7f397a6c54e78 xmrig-proxy-3.0.0.tar.gz" |