diff options
author | EWouters <6179932+EWouters@users.noreply.github.com> | 2022-04-01 02:59:08 +0200 |
---|---|---|
committer | Brian Gianforcaro <b.gianfo@gmail.com> | 2022-04-11 19:43:56 -0700 |
commit | e9d8e0e03e42f0bf76970cc86ca0e90f97a116c7 (patch) | |
tree | 40a3548c81b7d268dc19ff6c462a20fd4441d552 /Ports/flatbuffers | |
parent | e6172445e21dc5f50b8adc5ff2b10ef8243dbef9 (diff) | |
download | serenity-e9d8e0e03e42f0bf76970cc86ca0e90f97a116c7.zip |
Ports/flatbuffers: Update flatbuffers to version 2.0.0
Diffstat (limited to 'Ports/flatbuffers')
-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 |