From 8947a78db1f1b3a1713193a5bb1c18bba52dc4c5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Aug 2022 05:01:06 +0000 Subject: [PATCH] flatc: Update to version 2.0.8 --- bucket/flatc.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/flatc.json b/bucket/flatc.json index 3de0daf708..801673001b 100644 --- a/bucket/flatc.json +++ b/bucket/flatc.json @@ -1,12 +1,12 @@ { - "version": "2.0.7", + "version": "2.0.8", "description": "An efficient serialization library for multiple languages", "homepage": "https://google.github.io/flatbuffers/index.html", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/google/flatbuffers/releases/download/v2.0.7/Windows.flatc.binary.zip", - "hash": "afb9c3dc8d6bacf7cac3ef646eb8b44b84cb00ce172dbd75d01a268734872eb3" + "url": "https://github.com/google/flatbuffers/releases/download/v2.0.8/Windows.flatc.binary.zip", + "hash": "c80cd9fb40366eb0081dcab41bb06bcdfc6276a56722b9c8671a51ac1fee17b2" } }, "bin": "flatc.exe",