summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJosh Klar2016-11-14 10:10:56 -0600
committerJosh Klar2016-11-14 10:10:56 -0600
commit982dd9d0b718c7484a55c3f872a576f42cf8dd70 (patch)
treea1dfbf3851f1699de38f126a4ea4fd89b414631c /PKGBUILD
parentd804e772bdd5c68adeb4cf231d0841676a13c9e2 (diff)
downloadaur-silentarmy.tar.gz
Update to v5 from upstream
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a58738906a18..5996b0c551db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Josh Klar <j@iv597.com>
pkgname=silentarmy
-pkgver=4
+pkgver=5
pkgrel=1
pkgdesc="GPU Zcash Equihash solver"
arch=('i686' 'x86_64')
@@ -8,8 +8,8 @@ url="https://github.com/mbevand/silentarmy"
license=('MIT')
groups=()
depends=('libcl' 'opencl-headers' 'python>=3.3.0')
-source=('https://github.com/mbevand/silentarmy/archive/v4.tar.gz')
-sha256sums=('0a0cdd272160d0a00c778b4ffaee9c82f41282bdcd18adc685f781b7dd090fc2')
+source=("https://github.com/mbevand/silentarmy/archive/v${pkgver}.tar.gz")
+sha256sums=('e0ddad344be97958f5ce257d13203dc0665cb96b3aadeaccb7e6892489cb3508')
build() {
cd "$pkgname-$pkgver"