From 97bb43ae4fe061b1bc3735883f669623e4d28b56 Mon Sep 17 00:00:00 2001 From: Oliver Giles Date: Sat, 19 Aug 2017 10:43:01 +0300 Subject: [PATCH] use latest capnp in docker build scripts until 6.2 is released, using the at least this hash allows the use of 'unix-abstract:' addresses --- 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 36856d2..76a4016 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/v0.6.1.tar.gz +wget -O capnproto.tar.gz https://github.com/capnproto/capnproto/archive/7a7c4007e3e1b249f078a246749a584c96bf7503.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 <