summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Goldsmith2018-10-07 22:31:48 -0400
committerAdam Goldsmith2018-10-07 22:31:48 -0400
commita66ef0fa0d4cbf3d9716d98e6921eb5b7c396772 (patch)
tree763af16e64288e258dd6e6fa24a35f8e59aed610
parentdea200730011e1bb39d706a4b0b749830b5a749b (diff)
downloadaur-a66ef0fa0d4cbf3d9716d98e6921eb5b7c396772.tar.gz
Bump version to 0.16.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf0202112db9..3f5ec90146b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = ethminer-bin
pkgdesc = Ethereum miner with OpenCL, CUDA and stratum support (precompiled binary)
- pkgver = 0.16.0
+ pkgver = 0.16.1
pkgrel = 1
url = https://github.com/ethereum-mining/ethminer
arch = x86_64
license = MIT
provides = ethminer
conflicts = ethminer
- source = https://github.com/ethereum-mining/ethminer/releases/download/v0.16.0/ethminer-0.16.0-linux-x86_64.tar.gz
- md5sums = 5089be6a2e747c2974f07bacdf859380
+ source = https://github.com/ethereum-mining/ethminer/releases/download/v0.16.1/ethminer-0.16.1-linux-x86_64.tar.gz
+ md5sums = 84171f933d673d5eb351700d52cd05c4
pkgname = ethminer-bin
diff --git a/PKGBUILD b/PKGBUILD
index 436d229943c0..1ae0d8159173 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Adam Goldsmith <contact@adamgoldsmith.name>
pkgname=ethminer-bin
-pkgver=0.16.0
+pkgver=0.16.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=('5089be6a2e747c2974f07bacdf859380')
+md5sums=('84171f933d673d5eb351700d52cd05c4')
package() {
install -Dm755 "$srcdir/bin/ethminer" "$pkgdir/usr/bin/ethminer"