summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18f86ff4c327..55062a8563b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = verthash-miner-bin
pkgdesc = GPU miner for the Verthash algorithm and Vertcoin
- pkgver = 0.7.0
+ pkgver = 0.7.1
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.7.0/VerthashMiner-0.7.0-CUDA11-linux.tar.gz
- sha256sums = e451aa55e05a30398728f658d9990caf48b982afc5422d98183dbbde4fd0fa8a
+ source = https://github.com/CryptoGraphics/VerthashMiner/releases/download/0.7.1/VerthashMiner-0.7.1-CUDA11-linux.tar.gz
+ sha256sums = 767591f9dd0b3e80de369980df3d1d88d1527f0ebf99f90de13946e928cccdb7
pkgname = verthash-miner-bin
diff --git a/PKGBUILD b/PKGBUILD
index 321d59f061a7..3b2f653c9e87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: David Barri <japgolly@gmail.com>
pkgname=verthash-miner-bin
-pkgver=0.7.0
+pkgver=0.7.1
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=('e451aa55e05a30398728f658d9990caf48b982afc5422d98183dbbde4fd0fa8a')
+sha256sums=('767591f9dd0b3e80de369980df3d1d88d1527f0ebf99f90de13946e928cccdb7')
provides=('verthash-miner')
conflicts=('verthash-miner')