From 498a6bc5f17e70de106c657273b2d9b576d4fde1 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 24 Apr 2019 20:00:24 +0000 Subject: [PATCH] flatc: Update to version 1.11.0 --- bucket/flatc.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/flatc.json b/bucket/flatc.json index 4f92d89a81..33469e3c0a 100644 --- a/bucket/flatc.json +++ b/bucket/flatc.json @@ -1,10 +1,10 @@ { "homepage": "https://google.github.io/flatbuffers/index.html", "license": "Apache-2.0", - "version": "1.10.0", - "url": "https://github.com/google/flatbuffers/releases/download/v1.10.0/flatc_windows_exe.zip", + "version": "1.11.0", + "url": "https://github.com/google/flatbuffers/releases/download/v1.11.0/flatc_windows_exe.zip", "bin": "flatc.exe", - "hash": "e6efb66c5c531856506f11799956f03c2397ef2ba37538558dbd7ca11fdb9faa", + "hash": "1d23e84ac0d76ac5da6d6c7232c0564191e7c846b27c09d4650bd386888b4768", "checkver": { "github": "https://github.com/google/flatbuffers" },