summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorquest2020-10-24 11:33:04 -1000
committerquest2020-10-24 11:33:04 -1000
commit4539bb5adc633436c03cf809d1b183d56c850311 (patch)
tree5aa60e01966bc4633a2da91c723cfd5c9a3b4f82 /PKGBUILD
parent50fb27e556d6008041e96d848496a59e7adf8f4b (diff)
downloadaur-4539bb5adc633436c03cf809d1b183d56c850311.tar.gz
Update to bchd 0.17.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0d86d7c739b3..3032b7e05c1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Josh Ellithorpe <quest at mac dot com>
pkgname=bchd
-pkgver=0.16.4
+pkgver=0.17.0
pkgrel=0
pkgdesc="BCHD is an alternative BCH implementation written in Go."
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ makedepends=('go' 'git')
options=('!strip' '!emptydirs')
provides=("${pkgname}")
source=("https://github.com/gcash/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('59f2cee55b247cb2829ffc255f942fa3459b93dce274f3967bff2d91adad9674')
+sha256sums=('a16d83ec0edcb2e09ac749beb1024cfacd0aeb942f9fd2f37ceb9eee2672bfb1')
build() {
mkdir -p "${srcdir}/go/src/github.com/gcash"