summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdam Goldsmith2019-07-25 22:58:33 -0400
committerAdam Goldsmith2019-07-25 22:58:33 -0400
commit2727c19c26a521539a7cc2b606a81b493419070f (patch)
tree714b6955d3fbfd45a0ecb026a7d5861cc6bed5aa /PKGBUILD
parent32e7f860f697c09b7ce8b6a773c4d5808ff967af (diff)
downloadaur-2727c19c26a521539a7cc2b606a81b493419070f.tar.gz
Bump version to 0.18.0
Using the CUDA 9 version, since there is no CUDA 10 binary for Linux
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 15a77268d3c8..4fefa60a0e5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Adam Goldsmith <contact@adamgoldsmith.name>
pkgname=ethminer-bin
-pkgver=0.17.1
+pkgver=0.18.0
pkgrel=1
pkgdesc="Ethereum miner with OpenCL, CUDA and stratum support (precompiled binary)"
arch=('x86_64')
@@ -9,8 +9,8 @@ url="https://github.com/ethereum-mining/ethminer"
license=('MIT')
provides=('ethminer')
conflicts=('ethminer')
-source=("https://github.com/ethereum-mining/ethminer/releases/download/v${pkgver}/ethminer-${pkgver}-linux-x86_64.tar.gz")
-md5sums=('aa3a0e9fcc03331a0b33c67284cf6264')
+source=("https://github.com/ethereum-mining/ethminer/releases/download/v${pkgver}/ethminer-${pkgver}-cuda-9-linux-x86_64.tar.gz")
+md5sums=('23bad8d12c43fc3e3a0568dbc8f19c85')
options=(!strip)
package() {