summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarcin Wieczorek2019-01-31 10:53:02 +0100
committerMarcin Wieczorek2019-01-31 10:53:02 +0100
commitbfc938eb270aafd68e27bec397ddf5301acf8425 (patch)
treeb429eff99ba2226eca79781cca1ae21289591309 /PKGBUILD
parente9dc4496f470a81da88ab30ff60419079e375101 (diff)
downloadaur-ccminer.tar.gz
Version 2.3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 35148d86078a..87b38db98a7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Omar Pakker <omar.pakker@oracle.com>
pkgname=ccminer
-pkgver=2.3
+pkgver=2.3.1
pkgrel=1
pkgdesc="Coin miner using CUDA for nVidia GPUs."
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('GPL3')
depends=('cuda' 'curl' 'jansson' 'openssl-1.0' 'nvidia-utils')
options=('!emptydirs')
source=("${pkgname}-${pkgver}.tar.xz::https://github.com/tpruvot/ccminer/archive/${pkgver}-tpruvot.tar.gz")
-sha256sums=('7014267fd0a46763278662a66e3a6b60264751d1893d6d5c9a4715c1f6e1a660')
+sha256sums=('68bb8685ddae40b36af5f8418dfae5782819b8e202f1d723f6e12f8c58e73cd4')
build() {
cd "${srcdir}/ccminer-${pkgver}-tpruvot"