summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--CHANGELOG.md3
-rw-r--r--PKGBUILD6
3 files changed, 10 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e76014a7809b..11c20ada344e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xmrig-bin
pkgdesc = Monero cryptocurrency CPU miner, HTTP API disabled
- pkgver = 2.4.2
+ pkgver = 2.4.3
pkgrel = 1
url = https://github.com/xmrig/xmrig
install = xmrig.install
@@ -9,12 +9,12 @@ pkgbase = xmrig-bin
license = GPL
depends = glibc
optdepends = monero: wallet
- source = https://github.com/xmrig/xmrig/releases/download/v2.4.2/xmrig-2.4.2-gcc7-xenial-amd64-no-api.tar.gz
+ source = https://github.com/xmrig/xmrig/releases/download/v2.4.3/xmrig-2.4.3-gcc7-xenial-amd64-no-api.tar.gz
source = https://raw.githubusercontent.com/xmrig/xmrig/master/README.md
source = https://raw.githubusercontent.com/xmrig/xmrig/master/CHANGELOG.md
- md5sums = 06c1cd4b1cb85572a232399e2d8c1d7f
+ md5sums = 0e42b88f34239d7f43456a8216c7c93f
md5sums = 22c511a8f70ba18dd2c6c1b5d244852d
- md5sums = ed52b3b5215d06fffb82c352f6d66d9f
+ md5sums = a2e21276b5039986153134d8794df510
pkgname = xmrig-bin
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8a40a85966dd..54314ecaf8c8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
# v2.4.3
+ - [#94](https://github.com/xmrig/xmrig/issues/94#issuecomment-342019257) [#216](https://github.com/xmrig/xmrig/issues/216) Added **ARMv8** and **ARMv7** support. Hardware AES supported, thanks [Imran Yusuff](https://github.com/imranyusuff).
+ - [#157](https://github.com/xmrig/xmrig/issues/157) [#196](https://github.com/xmrig/xmrig/issues/196) Fixed Linux compile issues.
- [#184](https://github.com/xmrig/xmrig/issues/184) Fixed cache size detection for CPUs with disabled Hyper-Threading.
+ - [#200](https://github.com/xmrig/xmrig/issues/200) In some cases miner was doesn't write log to stdout.
# v2.4.2
- [#60](https://github.com/xmrig/xmrig/issues/60) Added FreeBSD support, thanks [vcambur](https://github.com/vcambur).
diff --git a/PKGBUILD b/PKGBUILD
index 80f291de74d7..c91e8c9ede1f 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.4.2
+pkgver=2.4.3
pkgrel=1
pkgdesc="Monero cryptocurrency CPU miner, HTTP API disabled"
arch=('x86_64')
@@ -14,9 +14,9 @@ changelog=CHANGELOG.md
source=("https://github.com/xmrig/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-${pkgver}-gcc7-xenial-amd64-no-api.tar.gz"
"https://raw.githubusercontent.com/xmrig/xmrig/master/README.md"
"https://raw.githubusercontent.com/xmrig/xmrig/master/CHANGELOG.md")
-md5sums=('06c1cd4b1cb85572a232399e2d8c1d7f'
+md5sums=('0e42b88f34239d7f43456a8216c7c93f'
'22c511a8f70ba18dd2c6c1b5d244852d'
- 'ed52b3b5215d06fffb82c352f6d66d9f')
+ 'a2e21276b5039986153134d8794df510')
package() {
cd "${_pkgname}-$pkgver"