You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2021/11/02 08:34:29 UTC

[incubator-doris] branch master updated: [Thirdparty] Fix flatbuffers download url error (#6968)

This is an automated email from the ASF dual-hosted git repository.

morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git


The following commit(s) were added to refs/heads/master by this push:
     new aba7d2c  [Thirdparty] Fix flatbuffers download url error (#6968)
aba7d2c is described below

commit aba7d2ccae91f8f3232693d1c26ab389d6a8550e
Author: xuliuzhe <36...@qq.com>
AuthorDate: Tue Nov 2 16:34:17 2021 +0800

    [Thirdparty] Fix flatbuffers download url error (#6968)
    
    Change google flatbuffers download URL in thirdparty.var.sh
---
 thirdparty/vars.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/thirdparty/vars.sh b/thirdparty/vars.sh
index 734a656..ea34e57 100644
--- a/thirdparty/vars.sh
+++ b/thirdparty/vars.sh
@@ -205,7 +205,7 @@ BROTLI_SOURCE="brotli-1.0.9"
 BROTLI_MD5SUM="c2274f0c7af8470ad514637c35bcee7d"
 
 # flatbuffers
-FLATBUFFERS_DOWNLOAD="https://github.com/google/flatbuffers/archive/2.0.0.tar.gz"
+FLATBUFFERS_DOWNLOAD="https://github.com/google/flatbuffers/archive/v2.0.0.tar.gz"
 FLATBUFFERS_NAME=flatbuffers-2.0.0.tar.gz
 FLATBUFFERS_SOURCE=flatbuffers-2.0.0
 FLATBUFFERS_MD5SUM="a27992324c3cbf86dd888268a23d17bd"

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org