Skip to content

Commit

Permalink
[Thirdparty] Fix the DataTables.zip download issue (apache#5128)
Browse files Browse the repository at this point in the history
Modify the third-party library DataTables.zip download url from dt-1.10.22 to dt-1.10.23,
resolved the download failure issue.
  • Loading branch information
blueChild authored Dec 31, 2020
1 parent 2e95b1c commit bebbc27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions thirdparty/vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/bootstrap-table@1.17.1/dist/bootstrap-table.min.js"
Expand Down

0 comments on commit bebbc27

Please sign in to comment.