From ad07b6a1c6f3c5efa7335fd678684feff42bf862 Mon Sep 17 00:00:00 2001 From: Guy Davis Date: Mon, 26 Aug 2024 10:39:55 -0600 Subject: [PATCH] Latest versions of libs. --- .github/workflows/develop-chia.yaml | 2 +- .github/workflows/main-chia.yaml | 2 +- .github/workflows/test-chia.yaml | 2 +- scripts/pull_3rd_party_libs.sh | 12 ++++++------ 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/develop-chia.yaml b/.github/workflows/develop-chia.yaml index 0f801141..4988747d 100644 --- a/.github/workflows/develop-chia.yaml +++ b/.github/workflows/develop-chia.yaml @@ -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: | diff --git a/.github/workflows/main-chia.yaml b/.github/workflows/main-chia.yaml index 6debe0f7..a104af29 100644 --- a/.github/workflows/main-chia.yaml +++ b/.github/workflows/main-chia.yaml @@ -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 diff --git a/.github/workflows/test-chia.yaml b/.github/workflows/test-chia.yaml index ec21ff85..f34e8736 100644 --- a/.github/workflows/test-chia.yaml +++ b/.github/workflows/test-chia.yaml @@ -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: | diff --git a/scripts/pull_3rd_party_libs.sh b/scripts/pull_3rd_party_libs.sh index 792f38a3..e6c479ab 100755 --- a/scripts/pull_3rd_party_libs.sh +++ b/scripts/pull_3rd_party_libs.sh @@ -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/chart.js@4.4.1/dist/chart.umd.js.map -https://cdn.jsdelivr.net/npm/chart.js@4.4.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/chart.js@4.4.4/dist/chart.umd.js.map +https://cdn.jsdelivr.net/npm/chart.js@4.4.4/dist/chart.umd.min.js https://cdn.jsdelivr.net/npm/chartjs-adapter-luxon@1.3.1/dist/chartjs-adapter-luxon.umd.min.js https://cdn.jsdelivr.net/npm/chartjs-plugin-datalabels@2.2.0/dist/chartjs-plugin-datalabels.min.js https://cdn.jsdelivr.net/npm/jquery@3.7.1/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