summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2019-08-31 16:13:16 +0200
committerHans-Nikolai Viessmann2019-08-31 16:13:16 +0200
commitf830d9894614cf8a1d32d236131b0f864eeeb2ec (patch)
tree371b5e8bcefe0bef0a116bd751332c281e93ae45
parent6bceab069c693aa314d3434d5a0c60223668aeb1 (diff)
downloadaur-f830d9894614cf8a1d32d236131b0f864eeeb2ec.tar.gz
bump to version 2.14.5
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG.md10
-rw-r--r--PKGBUILD4
3 files changed, 15 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17a241ff4f4c..507661bb35af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xmrig-nvidia
pkgdesc = Monero cryptocurrency GPU miner, HTTP API disabled, donation percentage is 0.
- pkgver = 2.14.3
+ pkgver = 2.14.5
pkgrel = 1
url = https://github.com/xmrig/xmrig-nvidia
install = xmrig-nvidia.install
@@ -14,10 +14,10 @@ pkgbase = xmrig-nvidia
depends = libuv
depends = cuda>=10.1.105-6
optdepends = monero: wallet
- source = https://github.com/xmrig/xmrig-nvidia/archive/v2.14.3.tar.gz
+ source = https://github.com/xmrig/xmrig-nvidia/archive/v2.14.5.tar.gz
source = xmrig-nvidia-param.service
source = xmrig-nvidia.sysusers
- sha256sums = 89e4bf7006f0b3cc1420f539defea36bd3f0733fad65449940b0d2002cb94f49
+ sha256sums = 4081aeacf9c3d2f3927c2cbb456640d276249bce3ae5320c19967dbbca3a6532
sha256sums = a0cd0a4fc7fac309eb667c404a721eae0dd5e19546fa64ea7d4e35713deab9e2
sha256sums = d8f499302fb2b642fe02586c81c410a299e0a6e133aef1cc1c783bcdcb3f44f6
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 53bf3558cfd8..1b04ea2f7be4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+# v2.14.5
+- [#1138](https://github.com/xmrig/xmrig/issues/1138) Fixed multiple network bugs.
+
+# v2.14.4
+- [#260](https://github.com/xmrig/xmrig-nvidia/issues/260) Fixed `cn/r` algorithm slowdown with CUDA 10.1+.
+- [#268](https://github.com/xmrig/xmrig-nvidia/pull/268) Added support for NVIDIA Jetson.
+- In HTTP API for unknown hashrate now used `null` instead of `0.0`.
+- Fixed MSVC 2019 version detection.
+- Removed obsolete automatic variants.
+
# v2.14.3
- [#260](https://github.com/xmrig/xmrig-nvidia/issues/260) Added workaround for CUDA bug, thanks [@psychocrypt](https://github.com/psychocrypt).
diff --git a/PKGBUILD b/PKGBUILD
index aa7b6960a8f4..a25991e85531 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hans-Nikolai Viessmann <hv15 AT hw.ac.uk>
pkgname=xmrig-nvidia
-pkgver=2.14.3
+pkgver=2.14.5
pkgrel=1
pkgdesc='Monero cryptocurrency GPU miner, HTTP API disabled, donation percentage is 0.'
arch=('x86_64')
@@ -16,7 +16,7 @@ changelog=CHANGELOG.md
source=("${url}/archive/v${pkgver}.tar.gz"
"${pkgname}-param.service"
"${pkgname}.sysusers")
-sha256sums=('89e4bf7006f0b3cc1420f539defea36bd3f0733fad65449940b0d2002cb94f49'
+sha256sums=('4081aeacf9c3d2f3927c2cbb456640d276249bce3ae5320c19967dbbca3a6532'
'a0cd0a4fc7fac309eb667c404a721eae0dd5e19546fa64ea7d4e35713deab9e2'
'd8f499302fb2b642fe02586c81c410a299e0a6e133aef1cc1c783bcdcb3f44f6')