summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorquest2020-07-06 15:23:17 -0700
committerquest2020-07-06 15:23:17 -0700
commit50fb27e556d6008041e96d848496a59e7adf8f4b (patch)
tree0854f1cd3f2135c0b5cc07b140a1d06b5a2f100e /PKGBUILD
parent7067b52e5942290d3be1bb6e1113d19fc1226790 (diff)
downloadaur-50fb27e556d6008041e96d848496a59e7adf8f4b.tar.gz
Bump to bchd 0.16.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3b68b3980363..0d86d7c739b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Josh Ellithorpe <quest at mac dot com>
pkgname=bchd
-pkgver=0.16.2
-pkgrel=1
+pkgver=0.16.4
+pkgrel=0
pkgdesc="BCHD is an alternative BCH implementation written in Go."
arch=('i686' 'x86_64')
url="http://github.com/gcash/bchd"
@@ -11,7 +11,7 @@ makedepends=('go' 'git')
options=('!strip' '!emptydirs')
provides=("${pkgname}")
source=("https://github.com/gcash/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('d2687ea6c608166f17397ed862844da37b039033a317ba01c09fecbc2960bb6e')
+sha256sums=('59f2cee55b247cb2829ffc255f942fa3459b93dce274f3967bff2d91adad9674')
build() {
mkdir -p "${srcdir}/go/src/github.com/gcash"