aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.github/ci/build_interchange.sh6
-rw-r--r--fpga_interchange/examples/README.md2
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/ci/build_interchange.sh b/.github/ci/build_interchange.sh
index c9ecf502..12de22df 100755
--- a/.github/ci/build_interchange.sh
+++ b/.github/ci/build_interchange.sh
@@ -1,9 +1,9 @@
#!/bin/bash
# Install capnproto libraries
-curl -O https://capnproto.org/capnproto-c++-0.7.0.tar.gz
-tar zxf capnproto-c++-0.7.0.tar.gz
-pushd capnproto-c++-0.7.0
+curl -O https://capnproto.org/capnproto-c++-0.8.0.tar.gz
+tar zxf capnproto-c++-0.8.0.tar.gz
+pushd capnproto-c++-0.8.0
./configure
make -j`nproc` check
sudo make install
diff --git a/fpga_interchange/examples/README.md b/fpga_interchange/examples/README.md
index 0b7f4ae2..c7df6d5a 100644
--- a/fpga_interchange/examples/README.md
+++ b/fpga_interchange/examples/README.md
@@ -12,7 +12,7 @@ Install java and javac if not already installed:
sudo apt-get install openjdk-10-jdk
```
-Install capnproto if not already installed. Version 0.7.0 or higher is required.
+Install capnproto if not already installed. Version 0.8.0 is required.
As stated in the [official instructions](https://capnproto.org/install.html), the version on the common package managers
might not be up to date with the latest version, hence it is suggested to install
from the archive or, in alternative, directly from the git repository.