summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorquest2020-12-08 16:07:49 -1000
committerquest2020-12-08 16:07:49 -1000
commite2eff0da0ed5ee01cbaf3d4990f02aae52e545ad (patch)
treedd86fc143b7e3bccca0b9717be1f64a8e7a5e027 /PKGBUILD
parent4539bb5adc633436c03cf809d1b183d56c850311 (diff)
downloadaur-e2eff0da0ed5ee01cbaf3d4990f02aae52e545ad.tar.gz
Bump version to 0.17.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3032b7e05c1b..57a03f7901a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Josh Ellithorpe <quest at mac dot com>
pkgname=bchd
-pkgver=0.17.0
+pkgver=0.17.1
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=('a16d83ec0edcb2e09ac749beb1024cfacd0aeb942f9fd2f37ceb9eee2672bfb1')
+sha256sums=('39b462be67447af2818eaee6a8808ef0aefb3babe77fccff2f5ad8fb02b29059')
build() {
mkdir -p "${srcdir}/go/src/github.com/gcash"