summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormrxx2019-01-09 12:50:50 +0100
committermrxx2019-01-09 12:50:50 +0100
commit140522cd97e151568e77f33e3d6d292377fbf675 (patch)
tree2cefb5babdf83d8f0c682eda451a10c0f7e53335
parent51d4ef662d5d7d3f537935e725715055188faccb (diff)
downloadaur-140522cd97e151568e77f33e3d6d292377fbf675.tar.gz
Update to v0.17.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d29c375d9472..5560282a8d34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ethminer
pkgdesc = Ethereum miner with OpenCL and stratum support (built without CUDA).
- pkgver = 0.16.1
+ pkgver = 0.17.0
pkgrel = 1
url = https://github.com/ethereum-mining/ethminer
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = ethminer
depends = mesa
depends = pth
conflicts = ethminer-git
- source = git+https://github.com/ethereum-mining/ethminer.git#tag=v0.16.1
+ source = git+https://github.com/ethereum-mining/ethminer.git#tag=v0.17.0
sha256sums = SKIP
pkgname = ethminer
diff --git a/PKGBUILD b/PKGBUILD
index 8bf06ff0cf13..03679575e511 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Andy Weidenbaum <archbaum@gmail.com>
pkgname=ethminer
-pkgver=0.16.1
+pkgver=0.17.0
pkgrel=1
pkgdesc="Ethereum miner with OpenCL and stratum support (built without CUDA)."
arch=('x86_64')