summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Goldsmith2018-07-23 09:58:00 -0400
committerAdam Goldsmith2018-07-23 09:58:00 -0400
commit3c663c3b7c16bd5221312a49139b8c4b3c329ab0 (patch)
tree399469ed540cda4cc421ec459cf1f647671479f4
parent042ce1e9777240926a5f005690fb0af4904b9858 (diff)
downloadaur-3c663c3b7c16bd5221312a49139b8c4b3c329ab0.tar.gz
Bump version to 0.15.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7b190416731..af31bb06dc0c 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.14.0
+ pkgver = 0.15.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.14.0/ethminer-0.14.0-Linux.tar.gz
- md5sums = 9b4f9700bbbd60348ab6d0cee876a483
+ source = https://github.com/ethereum-mining/ethminer/releases/download/v0.15.0/ethminer-0.15.0-Linux.tar.gz
+ md5sums = 945c54be9bbcb2d9bf01859aa9a16e5e
pkgname = ethminer-bin
diff --git a/PKGBUILD b/PKGBUILD
index f5f25123996a..f6e9a0d3f1f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
# Maintainer: Adam Goldsmith <contact@adamgoldsmith.name>
+
pkgname=ethminer-bin
-pkgver=0.14.0
+pkgver=0.15.0
pkgrel=1
pkgdesc="Ethereum miner with OpenCL, CUDA and stratum support (precompiled binary)"
arch=('x86_64')
@@ -9,7 +10,7 @@ license=('MIT')
provides=('ethminer')
conflicts=('ethminer')
source=("https://github.com/ethereum-mining/ethminer/releases/download/v${pkgver}/ethminer-${pkgver}-Linux.tar.gz")
-md5sums=('9b4f9700bbbd60348ab6d0cee876a483')
+md5sums=('945c54be9bbcb2d9bf01859aa9a16e5e')
package() {
install -Dm755 "$srcdir/bin/ethminer" "$pkgdir/usr/bin/ethminer"