From fe57d63623170c5acf4e27faa33e592c0881f5eb Mon Sep 17 00:00:00 2001 From: Oliver Giles Date: Fri, 14 Sep 2018 10:50:09 +0300 Subject: [PATCH] use capnproto 0.7.0 in build scripts --- README.md | 2 +- docker-build-centos.sh | 6 +++--- docker-build-debian.sh | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index aa133a7..d60b19a 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ See [the website](http://laminar.ohwg.net) and the [documentation](http://lamina ## Building from source -First install development packages for `capnproto (git)`, `rapidjson`, `sqlite` and `boost-filesystem` from your distribution's repository or other source. Then: +First install development packages for `capnproto (0.7.0)`, `rapidjson`, `sqlite` and `boost-filesystem` from your distribution's repository or other source. Then: ```bash git clone https://github.com/ohwgiles/laminar.git diff --git a/docker-build-centos.sh b/docker-build-centos.sh index 72e50fe..92bcd10 100755 --- a/docker-build-centos.sh +++ b/docker-build-centos.sh @@ -19,17 +19,17 @@ export PATH=/opt/rh/devtoolset-7/root/usr/bin:\$PATH mkdir /build cd /build -wget -O capnproto.tar.gz https://github.com/capnproto/capnproto/archive/df67f26862c011c6efb31a28fb0d2a2ca1b94ac8.tar.gz +wget -O capnproto.tar.gz https://github.com/capnproto/capnproto/archive/v0.7.0.tar.gz wget -O rapidjson.tar.gz https://github.com/miloyip/rapidjson/archive/v1.1.0.tar.gz md5sum -c <