summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorquest2022-05-05 17:34:38 -1000
committerquest2022-05-05 17:34:38 -1000
commitb4ab45edd350c8aa7cff6c9776efe26443576c42 (patch)
tree2c3494d5d31b1e06584a97406f0cc73fffb1cfed /PKGBUILD
parent3f01ff47e819505896d4648b3d1d46ac86d1c1be (diff)
downloadaur-b4ab45edd350c8aa7cff6c9776efe26443576c42.tar.gz
Bump to bchd 0.19.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 386ca33647ae..f24beb3528b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Josh Ellithorpe <quest at mac dot com>
pkgname=bchd
-pkgver=0.18.1
+pkgver=0.19.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=('8b536239e9308373471ff1eb2190509efb5f78d80bcb84af21412738e80c60c4')
+sha256sums=('6a5ba4f6c135a17ef003a6e83b6e78337be9aff6648ddb6abc635e95b5ef1e1e')
build() {
mkdir -p "${srcdir}/go/src/github.com/gcash"