summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormrxx2019-08-02 22:46:50 +0200
committermrxx2019-08-02 22:46:50 +0200
commit7ab5d7af69853e2e34a13abb6cc5db7931733119 (patch)
tree229ee88aca1b2a535f0aea06d2b1f10f7735f85c
parent637ed70c44634affb84e2e1978baa7c47f089394 (diff)
downloadaur-7ab5d7af69853e2e34a13abb6cc5db7931733119.tar.gz
Update to v0.18.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9678d50d55a6..068a97e53142 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ethminer
pkgdesc = Ethereum miner with OpenCL and stratum support (built without CUDA).
- pkgver = 0.17.1
- pkgrel = 2
+ pkgver = 0.18.0
+ pkgrel = 1
url = https://github.com/ethereum-mining/ethminer
arch = x86_64
license = MIT
@@ -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.1
+ source = git+https://github.com/ethereum-mining/ethminer.git#tag=v0.18.0
sha256sums = SKIP
pkgname = ethminer
diff --git a/PKGBUILD b/PKGBUILD
index 1e7c70a9e604..c30ff088ae87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Andy Weidenbaum <archbaum@gmail.com>
pkgname=ethminer
-pkgver=0.17.1
-pkgrel=2
+pkgver=0.18.0
+pkgrel=1
pkgdesc="Ethereum miner with OpenCL and stratum support (built without CUDA)."
arch=('x86_64')
url="https://github.com/ethereum-mining/ethminer"