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

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

commit 647170c4391e922aa33a81c391a6508376788d0f
Author: Zhengguo Yang <yangz...@gmail.com>
AuthorDate: Thu Sep 24 19:00:58 2020 +0800

    [Compile] Fix md5 of thirdparty(#4663)
    
    Fix compile error when compile Doris from source and not using docker
---
 thirdparty/vars.sh | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/thirdparty/vars.sh b/thirdparty/vars.sh
index 323f7e0..059857d 100644
--- a/thirdparty/vars.sh
+++ b/thirdparty/vars.sh
@@ -171,7 +171,6 @@ RE2_MD5SUM="4aa65a0b22edacb7ddcd7e4aec038dcf"
 
 # boost
 
BOOST_DOWNLOAD="https://dl.bintray.com/boostorg/release/1.64.0/source/boost_1_64_0.tar.gz";
-BOOST_DOWNLOAD="https://sourceforge.mirrorservice.org/b/bo/boost/boost/1.64.0/boost_1_64_0.tar.gz";
 BOOST_NAME=boost_1_64_0.tar.gz
 BOOST_SOURCE=boost_1_64_0
 BOOST_MD5SUM="319c6ffbbeccc366f14bb68767a6db79"
@@ -284,10 +283,10 @@ CCTZ_SOURCE="cctz-2.3"
 CCTZ_MD5SUM="209348e50b24dbbdec6d961059c2fc92"
 
 # datatables, bootstrap 3 and jQuery 3
-DATATABLES_DOWNLOAD="https://datatables.net/download/builder?bs-3.3.7/jq-3.3.1/dt-1.10.21";
+DATATABLES_DOWNLOAD="https://datatables.net/download/builder?bs-3.3.7/jq-3.3.1/dt-1.10.22";
 DATATABLES_NAME="DataTables.zip"
-DATATABLES_SOURCE="DataTables-1.10.21"
-DATATABLES_MD5SUM="85b71d690bf7f4ed3f77f184212d5ac0"
+DATATABLES_SOURCE="DataTables-1.10.22"
+DATATABLES_MD5SUM="62558846fc6a6db1428e7816a2a351f7"
 
 # bootstrap table js
 
BOOTSTRAP_TABLE_JS_DOWNLOAD="https://unpkg.com/bootstrap-table@1.17.1/dist/bootstrap-table.min.js";


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

Reply via email to