summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Goldsmith2017-09-27 15:30:07 -0400
committerAdam Goldsmith2017-09-27 15:30:07 -0400
commitbc9f414de514a09fa23a93172872e8098de74a3a (patch)
tree7194824f943d3617e83dcccdd51f326a44718cc3
parent4bb10330dad46cd7e9f228173c48dd1b911aadc0 (diff)
downloadaur-bc9f414de514a09fa23a93172872e8098de74a3a.tar.gz
Bump version to 0.12.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14875b03b9c0..a42391d863cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Sun Jul 9 12:21:11 UTC 2017
+# Wed Sep 27 19:30:01 UTC 2017
pkgbase = ethminer-bin
pkgdesc = Ethereum miner with OpenCL, CUDA and stratum support (precompiled binary)
- pkgver = 0.11.0
+ pkgver = 0.12.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.11.0/ethminer-0.11.0-Linux.tar.gz
- md5sums = 4bc7be44a622a0372ba45f84027ccae2
+ source = https://github.com/ethereum-mining/ethminer/releases/download/v0.12.0/ethminer-0.12.0-Linux.tar.gz
+ md5sums = f149b051e2cd6741a669f485e928476a
pkgname = ethminer-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0576789caa9b..c7072ab53ffc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Adam Goldsmith <contact@adamgoldsmith.name>
pkgname=ethminer-bin
-pkgver=0.11.0
+pkgver=0.12.0
pkgrel=1
pkgdesc="Ethereum miner with OpenCL, CUDA and stratum support (precompiled binary)"
arch=('x86_64')
@@ -9,7 +9,7 @@ license=('MIT')
provides=('ethminer')
conflicts=('ethminer')
source=("https://github.com/ethereum-mining/ethminer/releases/download/v${pkgver}/ethminer-${pkgver}-Linux.tar.gz")
-md5sums=('4bc7be44a622a0372ba45f84027ccae2')
+md5sums=('f149b051e2cd6741a669f485e928476a')
package() {
install -Dm755 "$srcdir/bin/ethminer" "$pkgdir/usr/bin/ethminer"