summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Goldsmith2018-09-17 09:45:16 -0400
committerAdam Goldsmith2018-09-17 09:45:16 -0400
commitdea200730011e1bb39d706a4b0b749830b5a749b (patch)
tree4514d8b6bbb623b2c315def7804f31d8d93f26de
parent3c663c3b7c16bd5221312a49139b8c4b3c329ab0 (diff)
downloadaur-dea200730011e1bb39d706a4b0b749830b5a749b.tar.gz
Bump version to 0.16.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af31bb06dc0c..cf0202112db9 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.15.0
+ pkgver = 0.16.0
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.15.0/ethminer-0.15.0-Linux.tar.gz
- md5sums = 945c54be9bbcb2d9bf01859aa9a16e5e
+ source = https://github.com/ethereum-mining/ethminer/releases/download/v0.16.0/ethminer-0.16.0-linux-x86_64.tar.gz
+ md5sums = 5089be6a2e747c2974f07bacdf859380
pkgname = ethminer-bin
diff --git a/PKGBUILD b/PKGBUILD
index f6e9a0d3f1f9..436d229943c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Adam Goldsmith <contact@adamgoldsmith.name>
pkgname=ethminer-bin
-pkgver=0.15.0
+pkgver=0.16.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.tar.gz")
-md5sums=('945c54be9bbcb2d9bf01859aa9a16e5e')
+source=("https://github.com/ethereum-mining/ethminer/releases/download/v${pkgver}/ethminer-${pkgver}-linux-x86_64.tar.gz")
+md5sums=('5089be6a2e747c2974f07bacdf859380')
package() {
install -Dm755 "$srcdir/bin/ethminer" "$pkgdir/usr/bin/ethminer"