From 68d08f369bf94a43ca3d85722350789b62827b76 Mon Sep 17 00:00:00 2001 From: Oliver Giles Date: Tue, 27 Feb 2018 08:54:22 +0200 Subject: [PATCH] resolves #32: build failure Update to latest capnproto version --- docker-build-centos.sh | 6 +++--- docker-build-debian.sh | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docker-build-centos.sh b/docker-build-centos.sh index 1f4a6c2..cc59415 100755 --- a/docker-build-centos.sh +++ b/docker-build-centos.sh @@ -14,11 +14,11 @@ yum -y install rpm-build cmake3 make gcc gcc-c++ wget sqlite-devel boost-devel z mkdir /build cd /build -wget -O capnproto.tar.gz https://github.com/capnproto/capnproto/archive/7a7c4007e3e1b249f078a246749a584c96bf7503.tar.gz +wget -O capnproto.tar.gz https://github.com/capnproto/capnproto/archive/3079784bfaf3ba05edacfc63d6d494b76a85a3a5.tar.gz wget -O websocketpp.tar.gz https://github.com/zaphoyd/websocketpp/archive/0.7.0.tar.gz wget -O rapidjson.tar.gz https://github.com/miloyip/rapidjson/archive/v1.1.0.tar.gz md5sum -c <