summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Goldsmith2018-12-18 02:28:42 -0500
committerAdam Goldsmith2018-12-18 02:28:42 -0500
commit53b79e79c78631bead19a18df933fa090ec02036 (patch)
tree7286cfed88bba85f9f0210abfdbe3a2588523f11
parentd1503dfbd14395b3ed52bd25f93cf4d5898f773c (diff)
downloadaur-53b79e79c78631bead19a18df933fa090ec02036.tar.gz
Bump version to 0.16.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2511cdf9f9b0..43618c57cd37 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = ethminer-bin
pkgdesc = Ethereum miner with OpenCL, CUDA and stratum support (precompiled binary)
- pkgver = 0.16.1
- pkgrel = 2
+ pkgver = 0.16.2
+ pkgrel = 1
url = https://github.com/ethereum-mining/ethminer
arch = x86_64
license = MIT
provides = ethminer
conflicts = ethminer
options = !strip
- source = https://github.com/ethereum-mining/ethminer/releases/download/v0.16.1/ethminer-0.16.1-linux-x86_64.tar.gz
- md5sums = 84171f933d673d5eb351700d52cd05c4
+ source = https://github.com/ethereum-mining/ethminer/releases/download/v0.16.2/ethminer-0.16.2-linux-x86_64.tar.gz
+ md5sums = fce425d4e33240ec386ad7a1ba6fab2f
pkgname = ethminer-bin
diff --git a/PKGBUILD b/PKGBUILD
index 45e18047bc7a..2a3ebcf81bd5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Adam Goldsmith <contact@adamgoldsmith.name>
pkgname=ethminer-bin
-pkgver=0.16.1
-pkgrel=2
+pkgver=0.16.2
+pkgrel=1
pkgdesc="Ethereum miner with OpenCL, CUDA and stratum support (precompiled binary)"
arch=('x86_64')
url="https://github.com/ethereum-mining/ethminer"
@@ -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=('84171f933d673d5eb351700d52cd05c4')
+md5sums=('fce425d4e33240ec386ad7a1ba6fab2f')
options=(!strip)
package() {