summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorquest2020-07-06 15:23:17 -0700
committerquest2020-07-06 15:23:17 -0700
commit50fb27e556d6008041e96d848496a59e7adf8f4b (patch)
tree0854f1cd3f2135c0b5cc07b140a1d06b5a2f100e
parent7067b52e5942290d3be1bb6e1113d19fc1226790 (diff)
downloadaur-50fb27e556d6008041e96d848496a59e7adf8f4b.tar.gz
Bump to bchd 0.16.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0bf1e9d6f57..42563ea355f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bchd
pkgdesc = BCHD is an alternative BCH implementation written in Go.
- pkgver = 0.16.2
- pkgrel = 1
+ pkgver = 0.16.4
+ pkgrel = 0
url = http://github.com/gcash/bchd
arch = i686
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = bchd
provides = bchd
options = !strip
options = !emptydirs
- source = https://github.com/gcash/bchd/archive/v0.16.2.tar.gz
- sha256sums = d2687ea6c608166f17397ed862844da37b039033a317ba01c09fecbc2960bb6e
+ source = https://github.com/gcash/bchd/archive/v0.16.4.tar.gz
+ sha256sums = 59f2cee55b247cb2829ffc255f942fa3459b93dce274f3967bff2d91adad9674
pkgname = bchd
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"