mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 18:57:35 +00:00
Ports/flatbuffers: Update flatbuffers to version 2.0.0
This commit is contained in:
parent
e6172445e2
commit
e9d8e0e03e
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue