Skip to content

Commit

Permalink
Latest versions of libs.
Browse files Browse the repository at this point in the history
  • Loading branch information
guydavis committed Aug 26, 2024
1 parent 3bdd92a commit ad07b6a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/develop-chia.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
"UBUNTU_VER=jammy"
"MACHINARIS_STREAM=develop"
"CHIADOG_BRANCH=dev"
"CHIA_BRANCH=2.1.3"
"CHIA_BRANCH=2.4.3"
"BLADEBIT_BRANCH=master"
"PLOTMAN_BRANCH=compress"
tags: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main-chia.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
build-args: |
"UBUNTU_VER=jammy"
"MACHINARIS_STREAM=latest"
"CHIA_BRANCH=2.1.3"
"CHIA_BRANCH=2.4.3"
"BLADEBIT_BRANCH=master"
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/machinaris:latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-chia.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
"UBUNTU_VER=jammy"
"MACHINARIS_STREAM=test"
"CHIADOG_BRANCH=dev"
"CHIA_BRANCH=2.1.3"
"CHIA_BRANCH=2.4.3"
"PLOTMAN_BRANCH=development"
"BLADEBIT_BRANCH=master"
tags: |
Expand Down
12 changes: 6 additions & 6 deletions scripts/pull_3rd_party_libs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ LEAFLET_VERSION=1.9.4

# List of other css/js links
LIST="
https://cdn.datatables.net/2.0.0/css/dataTables.bootstrap5.css
https://cdn.datatables.net/2.0.0/js/dataTables.bootstrap5.js
https://cdn.datatables.net/2.0.0/js/dataTables.min.js
https://cdn.jsdelivr.net/npm/[email protected].1/dist/chart.umd.js.map
https://cdn.jsdelivr.net/npm/[email protected].1/dist/chart.umd.min.js
https://cdn.datatables.net/2.1.4/css/dataTables.bootstrap5.css
https://cdn.datatables.net/2.1.4/js/dataTables.bootstrap5.js
https://cdn.datatables.net/2.1.4/js/dataTables.min.js
https://cdn.jsdelivr.net/npm/[email protected].4/dist/chart.umd.js.map
https://cdn.jsdelivr.net/npm/[email protected].4/dist/chart.umd.min.js
https://cdn.jsdelivr.net/npm/[email protected]/dist/chartjs-adapter-luxon.umd.min.js
https://cdn.jsdelivr.net/npm/[email protected]/dist/chartjs-plugin-datalabels.min.js
https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js
https://cdn.jsdelivr.net/npm/luxon@3.4.4/build/global/luxon.min.js"
https://cdn.jsdelivr.net/npm/luxon@3.5.0/build/global/luxon.min.js"

mkdir -p $BASEPATH
for url in $LIST ; do
Expand Down

0 comments on commit ad07b6a

Please sign in to comment.