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 04e2ce2 [Compile] Fix md5 of thirdparty(#4663)
04e2ce2 is described below
commit 04e2ce2acb760307203e7270cb553921003e2d8a
Author: Zhengguo Yang <[email protected]>
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/[email protected]/dist/bootstrap-table.min.js"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]