diff options
Diffstat (limited to 'Ports/flatbuffers/package.sh')
-rwxr-xr-x | Ports/flatbuffers/package.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Ports/flatbuffers/package.sh b/Ports/flatbuffers/package.sh index 7398cee76f..da22a8648b 100755 --- a/Ports/flatbuffers/package.sh +++ b/Ports/flatbuffers/package.sh @@ -1,9 +1,9 @@ #!/usr/bin/env -S bash ../.port_include.sh -port="flatbuffers" -version="1.12.0" +port=flatbuffers +version=2.0.0 auth_type=sha256 -files="https://github.com/google/flatbuffers/archive/refs/tags/v${version}.tar.gz v${version}.tar.gz 62f2223fb9181d1d6338451375628975775f7522185266cd5296571ac152bc45" +files="https://github.com/google/flatbuffers/archive/refs/tags/v${version}.tar.gz v${version}.tar.gz 9ddb9031798f4f8754d00fca2f1a68ecf9d0f83dfac7239af1311e4fd9a565c4" useconfigure=true # Since we are cross-compiling, we cannot build the tests, because we need # the flatbuffers compiler to build them |