summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEndlessEden2021-03-30 18:46:46 +1100
committerEndlessEden2021-03-30 18:46:46 +1100
commit05b8350bb81112ba0794d36a47b705afaf03e812 (patch)
treea0211264d67284c9c1ca036390cdf7bba6f0545a
parent8b7f837ac6753e48ef71ade9b67647175def9e48 (diff)
downloadaur-05b8350bb81112ba0794d36a47b705afaf03e812.tar.gz
updated: 0.7.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 912c761a2d41..e4a66ed2e130 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = srbminer-multi
pkgdesc = CPU & AMD GPU Miner: Mine up to 4 different algorithms/coins at the same time!
- pkgver = 0.6.7
+ pkgver = 0.7.1
pkgrel = 1
url = https://github.com/doktor83/SRBMiner-Multi
arch = x86_64
license = Private
optdepends = opencl-amd: For Mining on AMD GPUs
- source = srbminer-multi-0.6.7.tar.xz::https://github.com/doktor83/SRBMiner-Multi/releases/download/0.6.7/SRBMiner-Multi-0-6-7-Linux.tar.xz
+ source = srbminer-multi-0.7.1.tar.xz::https://github.com/doktor83/SRBMiner-Multi/releases/download/$pkgver/SRBMiner-Multi-0-7-1-Linux.tar.xz
md5sums = f0dbe31b3cf58605fea8e8a1098ec3cb
pkgname = srbminer-multi
diff --git a/PKGBUILD b/PKGBUILD
index 9d9695e71348..d4333093939a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: EndlessEden <eden@rose.place>
pkgname=srbminer-multi
-pkgver=0.6.7
+pkgver=0.7.1
pkgrel=1
pkgdesc="CPU & AMD GPU Miner: Mine up to 4 different algorithms/coins at the same time!"
arch=('x86_64')
@@ -8,12 +8,12 @@ url="https://github.com/doktor83/SRBMiner-Multi"
license=('Private')
depends=()
optdepends=('opencl-amd: For Mining on AMD GPUs')
-source=($pkgname-$pkgver.tar.xz::'https://github.com/doktor83/SRBMiner-Multi/releases/download/0.6.7/SRBMiner-Multi-0-6-7-Linux.tar.xz')
+source=($pkgname-$pkgver.tar.xz::'https://github.com/doktor83/SRBMiner-Multi/releases/download/$pkgver/SRBMiner-Multi-0-7-1-Linux.tar.xz')
md5sums=('f0dbe31b3cf58605fea8e8a1098ec3cb')
prepare() {
cd "${srcdir}"
- mv "SRBMiner-Multi-0-6-7" "$pkgname-$pkgver"
+ mv "SRBMiner-Multi-0-7-1" "$pkgname-$pkgver"
}
package() {