summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndy Weidenbaum2018-03-09 23:24:40 -0500
committerAndy Weidenbaum2018-03-09 23:24:40 -0500
commitd01ace690b5db146051eb67b5131a331c545b8d1 (patch)
tree151b90ba5b70bc389e001227da84776fdb090b38 /PKGBUILD
parenta3be3663be261c5cb50f329ba712148c2fd550e6 (diff)
downloadaur-d01ace690b5db146051eb67b5131a331c545b8d1.tar.gz
update pkgver to 3.5.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 75d17fe106ed..8820eac3f05b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: William Giokas (KaiSforza) <1007380@gmail.com>
pkgname=libbitcoin-network
-pkgver=3.4.0
+pkgver=3.5.0
pkgrel=1
pkgdesc="Bitcoin P2P Network Library"
arch=('i686' 'x86_64')
@@ -23,7 +23,7 @@ groups=('libbitcoin')
url="https://github.com/libbitcoin/libbitcoin-network"
license=('AGPL3')
source=($pkgname-$pkgver.tar.gz::https://codeload.github.com/libbitcoin/$pkgname/tar.gz/v$pkgver)
-sha256sums=('36af76fc5359de21c305b1367767f95d01b30914ef48f510b41f765af6482cf5')
+sha256sums=('e065bd95f64ad5d7b0f882e8759f6b0f81a5fb08f7e971d80f3592a1b5aa8db4')
# half of available processing units or one if only one is available
_nproc=$(($(nproc)/2))