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 55062a8563b8..fcd74642ed77 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.1
+ pkgver = 0.7.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.7.1/VerthashMiner-0.7.1-CUDA11-linux.tar.gz
- sha256sums = 767591f9dd0b3e80de369980df3d1d88d1527f0ebf99f90de13946e928cccdb7
+ source = https://github.com/CryptoGraphics/VerthashMiner/releases/download/0.7.2/VerthashMiner-0.7.2-CUDA11-linux.tar.gz
+ sha256sums = a7c3e6b0a7a937eb9e9d88de24a16a7b13f518d858fffd07694a21bc724d9a8c
pkgname = verthash-miner-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3b2f653c9e87..498020d2dbef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: David Barri <japgolly@gmail.com>
pkgname=verthash-miner-bin
-pkgver=0.7.1
+pkgver=0.7.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=('767591f9dd0b3e80de369980df3d1d88d1527f0ebf99f90de13946e928cccdb7')
+sha256sums=('a7c3e6b0a7a937eb9e9d88de24a16a7b13f518d858fffd07694a21bc724d9a8c')
provides=('verthash-miner')
conflicts=('verthash-miner')