From 84048e04ed78f081c1ea36e5373005e56aa34b05 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sat, 3 Mar 2018 15:16:28 +0000 Subject: [PATCH] bitcoin: rebuild against protobuf-3.5.1.1 --- srcpkgs/bitcoin/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/bitcoin/template b/srcpkgs/bitcoin/template index 20b9a1f9850..4eee4580146 100644 --- a/srcpkgs/bitcoin/template +++ b/srcpkgs/bitcoin/template @@ -1,7 +1,7 @@ # Template file for 'bitcoin' pkgname=bitcoin version=0.16.0 -revision=2 +revision=3 build_style=gnu-configure configure_args="--with-incompatible-bdb --disable-ccache --disable-static --enable-hardening --with-boost=${XBPS_CROSS_BASE}/usr" hostmakedepends="pkg-config yasm"