diff options
| author | Xing Ji <33065325+jixingcn@users.noreply.github.com> | 2021-07-23 06:31:44 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-22 15:31:44 -0700 |
| commit | eea00aaa919f720e2dfc8b86ebe1402a5c4679be (patch) | |
| tree | 3a3f018b26faff417ba19981e3cc8a7f1a7bb668 /versions/f- | |
| parent | 10c81db0c95f91acfc97e7f51f58c3834a1c9892 (diff) | |
| download | vcpkg-eea00aaa919f720e2dfc8b86ebe1402a5c4679be.tar.gz vcpkg-eea00aaa919f720e2dfc8b86ebe1402a5c4679be.zip | |
[flatbuffers] upgrade the `flatbuffers` to v2.0.0 (#18897)
* upgrade the flatbuffers's version
* run `vcpkg x-add-version`
* upgrade flatbuffers to v2.0.0 for mnn
* add new port-version of `mnn` after upgrade the flatbuffers
* fix the port-version of `mnn`
* Update ports/mnn/vcpkg.json
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* Update ports/flatbuffers/CONTROL
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* run `vcpkg x-add-version flatbuffers --overwrite-version`
* run `vcpkg x-add-version mnn --overwrite-version`
* regenerate code files by flatc before build
* run `vcpkg x-add-version mnn --overwrite-version`
* add `flatbuffers` in dependencies
* run `vcpkg x-add-version mnn --overwrite-version`
* new port version for mnn
* run `vcpkg x-add-version mnn --overwrite-version` to rebuild
* Update versions/m-/mnn.json
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* Update ports/mnn/vcpkg.json
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* run `vcpkg x-add-version mnn --overwrite-version`
* Add missing quotes.
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Billy Robert ONeal III <bion@microsoft.com>
Diffstat (limited to 'versions/f-')
| -rw-r--r-- | versions/f-/flatbuffers.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/versions/f-/flatbuffers.json b/versions/f-/flatbuffers.json index 106b1d8ca..74e1d183f 100644 --- a/versions/f-/flatbuffers.json +++ b/versions/f-/flatbuffers.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "15a2fc0a15331e81cd04a3aae0a8b1d70c002ee5", + "version-string": "2.0.0", + "port-version": 0 + }, + { "git-tree": "195ffbf0b3c6abace9106115fd4ed081431a3997", "version-string": "1.12.0", "port-version": 2 |
