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 bebbc27 [Thirdparty] Fix the DataTables.zip download issue (#5128)
bebbc27 is described below
commit bebbc27a8305a59e6dd02d8f42b07e3f8a316af7
Author: blueChild <[email protected]>
AuthorDate: Thu Dec 31 09:47:43 2020 +0800
[Thirdparty] Fix the DataTables.zip download issue (#5128)
Modify the third-party library DataTables.zip download url from dt-1.10.22
to dt-1.10.23,
resolved the download failure issue.
---
thirdparty/vars.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/thirdparty/vars.sh b/thirdparty/vars.sh
index 8668ccd..3421d63 100644
--- a/thirdparty/vars.sh
+++ b/thirdparty/vars.sh
@@ -283,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.22"
+DATATABLES_DOWNLOAD="https://datatables.net/download/builder?bs-3.3.7/jq-3.3.1/dt-1.10.23"
DATATABLES_NAME="DataTables.zip"
-DATATABLES_SOURCE="DataTables-1.10.22"
-DATATABLES_MD5SUM="62558846fc6a6db1428e7816a2a351f7"
+DATATABLES_SOURCE="DataTables-1.10.23"
+DATATABLES_MD5SUM="f7f18a9f39d692ec33b5536bff617232"
# 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]