summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2018-03-31 15:40:28 +0100
committerHans-Nikolai Viessmann2018-03-31 15:40:28 +0100
commit8cc5829da0826440057b5c6e6365f8adf39de74f (patch)
tree889c933d72be750d58cbfcf86d7a85b8a6073fc0
parent927f747ab1a0536bbb9c14cfe5c6bc0886ba4039 (diff)
downloadaur-8cc5829da0826440057b5c6e6365f8adf39de74f.tar.gz
updated to 2.5.2
-rw-r--r--.SRCINFO10
-rw-r--r--CHANGELOG.md10
-rw-r--r--PKGBUILD6
3 files changed, 17 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4b3503ebe24..132fb503b4cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xmrig-bin
pkgdesc = Monero cryptocurrency CPU miner, HTTP API enabled, with default donation level
- pkgver = 2.5.0
+ pkgver = 2.5.2
pkgrel = 1
url = https://github.com/xmrig/xmrig
install = xmrig.install
@@ -9,10 +9,10 @@ pkgbase = xmrig-bin
license = GPL
depends = glibc
optdepends = monero: wallet
- source = https://github.com/xmrig/xmrig/releases/download/v2.5.0/xmrig-2.5.0-xenial-amd64.tar.gz
- source = https://raw.githubusercontent.com/xmrig/xmrig/v2.5.0/README.md
- md5sums = d9a6891440c73f16273178e5869ccf29
- md5sums = 259324cd8ea066bc1ef600ace2925bc1
+ source = https://github.com/xmrig/xmrig/releases/download/v2.5.2/xmrig-2.5.2-xenial-amd64.tar.gz
+ source = https://raw.githubusercontent.com/xmrig/xmrig/v2.5.2/README.md
+ md5sums = 47108e461fed301f87502a3b0c14a028
+ md5sums = 189a1483ad90895eb18337fc9d01cdd7
pkgname = xmrig-bin
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b00b1f1d52cb..ab31e698811e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
+# v2.5.2
+- [#448](https://github.com/xmrig/xmrig/issues/478) Fixed broken reconnect.
+
+# v2.5.1
+- [#454](https://github.com/xmrig/xmrig/issues/454) Fixed build with libmicrohttpd version below v0.9.35.
+- [#456](https://github.com/xmrig/xmrig/issues/459) Verbose errors related to donation pool was not fully silenced.
+- [#459](https://github.com/xmrig/xmrig/issues/459) Fixed regression (version 2.5.0 affected) with connection to **xmr.f2pool.com**.
+
# v2.5.0
-- [#434](https://github.com/xmrig/xmrig/issues/434) **Added support for Monero v7 PoW, scheduled on March 28.**
+- [#434](https://github.com/xmrig/xmrig/issues/434) **Added support for Monero v7 PoW, scheduled on April 6.**
- Added full IPv6 support.
- Added protocol extension, when use the miner with xmrig-proxy 2.5+ no more need manually specify `nicehash` option.
- [#123](https://github.com/xmrig/xmrig-proxy/issues/123) Fixed regression (all versions since 2.4 affected) fragmented responses from pool/proxy was parsed incorrectly.
diff --git a/PKGBUILD b/PKGBUILD
index f1fe1d7a28fb..8185e520e5a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hans-Nikolai Viessmann <hv15 AT hw.ac.uk>
_pkgname=xmrig
pkgname=${_pkgname}-bin
-pkgver=2.5.0
+pkgver=2.5.2
pkgrel=1
pkgdesc="Monero cryptocurrency CPU miner, HTTP API enabled, with default donation level"
arch=('x86_64')
@@ -13,8 +13,8 @@ install=${_pkgname}.install
changelog=CHANGELOG.md
source=("https://github.com/xmrig/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-${pkgver}-xenial-amd64.tar.gz"
"https://raw.githubusercontent.com/xmrig/xmrig/v${pkgver}/README.md")
-md5sums=('d9a6891440c73f16273178e5869ccf29'
- '259324cd8ea066bc1ef600ace2925bc1')
+md5sums=('47108e461fed301f87502a3b0c14a028'
+ '189a1483ad90895eb18337fc9d01cdd7')
package() {
cd "${_pkgname}-$pkgver"