summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Goldsmith2019-03-06 10:45:37 -0500
committerAdam Goldsmith2019-03-06 10:45:37 -0500
commit32e7f860f697c09b7ce8b6a773c4d5808ff967af (patch)
tree775f00a31b673f4b537064806d7ef6c5c4f7ee25
parent306b46ac28a95e71909b4babb79d4ddd11b83fe3 (diff)
downloadaur-32e7f860f697c09b7ce8b6a773c4d5808ff967af.tar.gz
Bump version to 0.17.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d68fc017e2bb..feb2d5e50186 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ethminer-bin
pkgdesc = Ethereum miner with OpenCL, CUDA and stratum support (precompiled binary)
- pkgver = 0.17.0
+ pkgver = 0.17.1
pkgrel = 1
url = https://github.com/ethereum-mining/ethminer
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = ethminer-bin
provides = ethminer
conflicts = ethminer
options = !strip
- source = https://github.com/ethereum-mining/ethminer/releases/download/v0.17.0/ethminer-0.17.0-linux-x86_64.tar.gz
- md5sums = 3b671e760c9009a9371c4be23ebead7b
+ source = https://github.com/ethereum-mining/ethminer/releases/download/v0.17.1/ethminer-0.17.1-linux-x86_64.tar.gz
+ md5sums = aa3a0e9fcc03331a0b33c67284cf6264
pkgname = ethminer-bin
diff --git a/PKGBUILD b/PKGBUILD
index 505a9ff56068..15a77268d3c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Adam Goldsmith <contact@adamgoldsmith.name>
pkgname=ethminer-bin
-pkgver=0.17.0
+pkgver=0.17.1
pkgrel=1
pkgdesc="Ethereum miner with OpenCL, CUDA and stratum support (precompiled binary)"
arch=('x86_64')
@@ -10,7 +10,7 @@ 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=('3b671e760c9009a9371c4be23ebead7b')
+md5sums=('aa3a0e9fcc03331a0b33c67284cf6264')
options=(!strip)
package() {