summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index afb167c6836d..f5fc584c9baa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = verthash-miner-bin
pkgdesc = GPU miner for the Verthash algorithm and Vertcoin
- pkgver = 0.6.1
- pkgrel = 2
+ pkgver = 0.6.2
+ pkgrel = 1
url = https://github.com/CryptoGraphics/VerthashMiner
arch = x86_64
license = GPL-3.0
provides = verthash-miner
conflicts = verthash-miner
- source = https://github.com/CryptoGraphics/VerthashMiner/releases/download/0.6.1/VerthashMiner-0.6.1-CUDA11-linux.tar.gz
- sha256sums = 67649a4dfe71d1f106aa1e98ed2245f1ea01c11759499dc2b29c5ba91da85597
+ source = https://github.com/CryptoGraphics/VerthashMiner/releases/download/0.6.2/VerthashMiner-0.6.2-CUDA11-linux.tar.gz
+ sha256sums = a629cf6f229760df342a29829ccf7ca9f717640a50a9eeeddf16bcc7f16b9aba
pkgname = verthash-miner-bin
diff --git a/PKGBUILD b/PKGBUILD
index 02b1b978f970..879259f72a4f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: David Barri <japgolly@gmail.com>
pkgname=verthash-miner-bin
-pkgver=0.6.1
-pkgrel=2
+pkgver=0.6.2
+pkgrel=1
pkgdesc="GPU miner for the Verthash algorithm and Vertcoin"
arch=('x86_64')
url="https://github.com/CryptoGraphics/VerthashMiner"
license=('GPL-3.0')
source=("https://github.com/CryptoGraphics/VerthashMiner/releases/download/$pkgver/VerthashMiner-$pkgver-CUDA11-linux.tar.gz")
-sha256sums=('67649a4dfe71d1f106aa1e98ed2245f1ea01c11759499dc2b29c5ba91da85597')
+sha256sums=('a629cf6f229760df342a29829ccf7ca9f717640a50a9eeeddf16bcc7f16b9aba')
provides=('verthash-miner')
conflicts=('verthash-miner')