aboutsummaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup.sh b/setup.sh
index a6138f7e..76ea9b78 100755
--- a/setup.sh
+++ b/setup.sh
@@ -40,11 +40,11 @@ function BuildFlatbuffers {
}
if [ ! -d flatbuffers ]; then
- echo "++ Downloading FlatBuffers v1.12.0"
+ echo "++ Downloading FlatBuffers v2.0.6"
- FLATBUFFERS_PKG=v1.12.0.tar.gz
+ FLATBUFFERS_PKG=v2.0.6.tar.gz
- curl -LOk https://github.com/google/flatbuffers/archive/v1.12.0.tar.gz
+ curl -LOk https://github.com/google/flatbuffers/archive/${FLATBUFFERS_PKG}
AssertZeroExitCode "Downloading FlatBuffers failed"
mkdir -p flatbuffers
tar xzf $FLATBUFFERS_PKG -C flatbuffers --strip-components 1