summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Goldsmith2018-01-23 11:45:53 -0500
committerAdam Goldsmith2018-01-23 11:45:53 -0500
commit4a90493bbe8732bf94d21f20312b14a8e2b35731 (patch)
treea012854a92c0b0ac81292514f822269b2a909883
parentbc9f414de514a09fa23a93172872e8098de74a3a (diff)
downloadaur-4a90493bbe8732bf94d21f20312b14a8e2b35731.tar.gz
Bump version to 0.13.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a42391d863cd..468e4f52aa77 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
-# Generated by mksrcinfo v8
-# Wed Sep 27 19:30:01 UTC 2017
pkgbase = ethminer-bin
pkgdesc = Ethereum miner with OpenCL, CUDA and stratum support (precompiled binary)
- pkgver = 0.12.0
+ pkgver = 0.13.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.12.0/ethminer-0.12.0-Linux.tar.gz
- md5sums = f149b051e2cd6741a669f485e928476a
+ source = https://github.com/ethereum-mining/ethminer/releases/download/v0.13.0/ethminer-0.13.0-Linux.tar.gz
+ md5sums = ae2cb20e63ecde5debc43a9940df0198
pkgname = ethminer-bin
diff --git a/PKGBUILD b/PKGBUILD
index c7072ab53ffc..299f2e3fc35c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Adam Goldsmith <contact@adamgoldsmith.name>
pkgname=ethminer-bin
-pkgver=0.12.0
+pkgver=0.13.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=('f149b051e2cd6741a669f485e928476a')
+md5sums=('ae2cb20e63ecde5debc43a9940df0198')
package() {
install -Dm755 "$srcdir/bin/ethminer" "$pkgdir/usr/bin/ethminer"