summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJosh Ellithorpe2019-03-04 00:06:18 -0800
committerJosh Ellithorpe2019-03-04 00:06:18 -0800
commitcdbc68cd78cb31535cd982fb9a5ffe43298bdfce (patch)
tree9c5dd699a4785cf47bf23cfeb0b5187b8ce7652d /PKGBUILD
parent8f02c67d2f86335eb89e4a4e127bf3751268e2ea (diff)
downloadaur-cdbc68cd78cb31535cd982fb9a5ffe43298bdfce.tar.gz
Bump to 0.6.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6725a75b8f3c..cf2ea1075469 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Josh Ellithorpe <quest at mac dot com>
pkgname=cashshuffle
-pkgver=0.6.0
+pkgver=0.6.2
pkgrel=0
pkgdesc="CashShuffle server for BCH."
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ makedepends=('go' 'git')
options=('!strip' '!emptydirs')
provides=("s=${pkgver}")
source=("https://github.com/cashshuffle/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('4469c1bc7a46204e7f61c068583f8177742a66f761b053ed1be64c625a146a16')
+sha256sums=('7936ed3a925b5db3b7de470c6851e75bb50ffad4ba8efa270f108d200932c78b')
build() {
mkdir -p "${srcdir}/go/src/github.com/cashshuffle"