Add autoupdate to flatc

This commit is contained in:
Richard Kuhnt 2017-05-10 21:16:24 +02:00
parent 6e243c8cb9
commit 399a6b24ce

View File

@ -1,9 +1,15 @@
{ {
"homepage": "https://google.github.io/flatbuffers/index.html", "homepage": "https://google.github.io/flatbuffers/index.html",
"license": "Apache2", "license": "Apache2",
"version": "1.6.0", "version": "1.6.0",
"url": "https://github.com/google/flatbuffers/releases/download/v1.6.0/flatc_windows_exe.zip", "url": "https://github.com/google/flatbuffers/releases/download/v1.6.0/flatc_windows_exe.zip",
"extract_dir": "", "extract_dir": "",
"bin": "flatc.exe", "bin": "flatc.exe",
"hash": "e4ac8cdfa5e90c92e77715e998b9210fa86128b84a38a0fe9fec04c5b5f941c9" "hash": "e4ac8cdfa5e90c92e77715e998b9210fa86128b84a38a0fe9fec04c5b5f941c9",
} "checkver": {
"github": "https://github.com/google/flatbuffers"
},
"autoupdate": {
"url": "https://github.com/google/flatbuffers/releases/download/v$version/flatc_windows_exe.zip"
}
}