summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--minergate.install3
3 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e0726c6a0ea..c3c3cfa581a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = minergate
pkgdesc = Cryptocurrency GUI miner and Mining Pool
- pkgver = 6.9
+ pkgver = 7.0
pkgrel = 1
url = http://www.minergate.com/
install = minergate.install
@@ -14,7 +14,7 @@ pkgbase = minergate
optdepends = cuda: if you have an nvidia GPU
provides = minergate
source = https://minergate.com/download/ubuntu
- md5sums = 984ace5ead41f3b92e18214d6b8ad5cb
+ md5sums = 51804a97bd5dbb4e431bba94047ab766
pkgname = minergate
diff --git a/PKGBUILD b/PKGBUILD
index 19fea93a9cd4..3bcead217a1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Carlos Toro <ertsheiker at gmail dot com>
pkgname=minergate
-pkgver=6.9
+pkgver=7.0
pkgrel=1
pkgdesc='Cryptocurrency GUI miner and Mining Pool'
arch=('x86_64')
@@ -9,7 +9,7 @@ url='http://www.minergate.com/'
provides=('minergate')
license=('custom')
source=('https://minergate.com/download/ubuntu')
-md5sums=('984ace5ead41f3b92e18214d6b8ad5cb')
+md5sums=('51804a97bd5dbb4e431bba94047ab766')
depends=('qt5-base'
'gcc-libs-multilib'
'qt5-websockets'
diff --git a/minergate.install b/minergate.install
index 44af829b2b68..508b4b064d56 100644
--- a/minergate.install
+++ b/minergate.install
@@ -1,6 +1,5 @@
post_install () {
- echo "-> Be sure to read this wiki page in order to"
- echo "-> setup ocl-icd"
+ echo "-> Be sure to read this wiki page in order to setup ocl-icd"
echo "-> https://wiki.archlinux.org/index.php/GPGPU"
}