This is an automated email from the ASF dual-hosted git repository.
yangzhg 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 48bd680 update download info for boost and datatables (#6008)
48bd680 is described below
commit 48bd680068fe4ea925efa8b3a6430d760ba16ffc
Author: GoGoWen <[email protected]>
AuthorDate: Fri Jun 18 11:38:41 2021 +0800
update download info for boost and datatables (#6008)
---
thirdparty/vars.sh | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/thirdparty/vars.sh b/thirdparty/vars.sh
index 78bb6c6..fb15be6 100644
--- a/thirdparty/vars.sh
+++ b/thirdparty/vars.sh
@@ -167,7 +167,7 @@ RE2_SOURCE=re2-2017-05-01
RE2_MD5SUM="4aa65a0b22edacb7ddcd7e4aec038dcf"
# boost
-BOOST_DOWNLOAD="https://dl.bintray.com/boostorg/release/1.73.0/source/boost_1_73_0.tar.gz"
+BOOST_DOWNLOAD="https://boostorg.jfrog.io/artifactory/main/release/1.73.0/source/boost_1_73_0.tar.gz"
BOOST_NAME=boost_1_73_0.tar.gz
BOOST_SOURCE=boost_1_73_0
BOOST_MD5SUM="4036cd27ef7548b8d29c30ea10956196"
@@ -287,10 +287,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.24"
+DATATABLES_DOWNLOAD="https://datatables.net/download/builder?bs-3.3.7/jq-3.3.1/dt-1.10.25"
DATATABLES_NAME="DataTables.zip"
-DATATABLES_SOURCE="DataTables-1.10.24"
-DATATABLES_MD5SUM="22404292d02cf3c5f4cd9f5a02d4b42c"
+DATATABLES_SOURCE="DataTables-1.10.25"
+DATATABLES_MD5SUM="109ce4359b370565f968932607460624"
# 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]