summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndy Weidenbaum2017-12-13 15:50:02 -0800
committerAndy Weidenbaum2017-12-13 15:50:02 -0800
commitcddd3adb56dc82a3cb67e6fae865624e1c8f29d9 (patch)
tree707442e4f80c19d8d4dcc633baa079aba776d706 /PKGBUILD
parent88b5bddeaaaada5e27ccd9d54f0c8fcf66497408 (diff)
downloadaur-cddd3adb56dc82a3cb67e6fae865624e1c8f29d9.tar.gz
update pkgver to 3.4.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b8f0e4234fa5..0f3b0a8d31e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andy Weidenbaum <archbaum@gmail.com>
pkgname=libbitcoin-client
-pkgver=3.3.0
+pkgver=3.4.0
pkgrel=1
pkgdesc="Bitcoin Client Query Library"
arch=('i686' 'x86_64')
@@ -23,7 +23,7 @@ groups=('libbitcoin')
url="https://github.com/libbitcoin/libbitcoin-client"
license=('AGPL3')
source=($pkgname-$pkgver.tar.gz::https://codeload.github.com/libbitcoin/$pkgname/tar.gz/v$pkgver)
-sha256sums=('ac22793201a269789a5d10e92333a2f59e887256c87c2e72b20ccd023d618757')
+sha256sums=('7e7641b960b930735092a225ad7180b672cff63e67bb957e0b46820a303a4e2f')
# half of available processing units or one if only one is available
_nproc=$(($(nproc)/2))