summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormrxx2019-03-11 10:57:11 +0100
committermrxx2019-03-11 10:57:11 +0100
commit1a8b784859960ce32fd6d59e1339dc0d9db4fba8 (patch)
treecf3b4fca855854d1cfd53a899a140766a14bc11f
parent140522cd97e151568e77f33e3d6d292377fbf675 (diff)
downloadaur-1a8b784859960ce32fd6d59e1339dc0d9db4fba8.tar.gz
Update to v0.17.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5560282a8d34..947013ff7b75 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ethminer
pkgdesc = Ethereum miner with OpenCL and stratum support (built without CUDA).
- pkgver = 0.17.0
+ pkgver = 0.17.1
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.17.0
+ source = git+https://github.com/ethereum-mining/ethminer.git#tag=v0.17.1
sha256sums = SKIP
pkgname = ethminer
diff --git a/PKGBUILD b/PKGBUILD
index 03679575e511..0c7e9bc5eaa6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Andy Weidenbaum <archbaum@gmail.com>
pkgname=ethminer
-pkgver=0.17.0
+pkgver=0.17.1
pkgrel=1
pkgdesc="Ethereum miner with OpenCL and stratum support (built without CUDA)."
arch=('x86_64')