From 7a4420f25937953d5e850c75a877587743e340d1 Mon Sep 17 00:00:00 2001 From: GH Actions $GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID Date: Fri, 26 Jul 2024 13:07:37 +0000 Subject: [PATCH] ISC CS Installtion script update: https://github.com/Infoblox-CTO/infoblox-isc-collections/actions/runs/10111784130 --- isc_collection/isc_cs_install-script.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/isc_collection/isc_cs_install-script.sh b/isc_collection/isc_cs_install-script.sh index b7148b1..eec174d 100644 --- a/isc_collection/isc_cs_install-script.sh +++ b/isc_collection/isc_cs_install-script.sh @@ -35,8 +35,8 @@ fi #region Hard-coded variables -DOWNLOAD_URL="https://github.com/infobloxopen/infoblox-sa-scripts/releases/download/isc-v1.1.3.0/SLSENB_ISC_CS_1.1.3.0.tags-v1.1.3.df1e03f.zip" -EXPECTED_HASH="514756FA30E0F50C2D967E98F325EA6322DA80F8E246C75CAEBEB8B664B96CD9" +DOWNLOAD_URL="https://github.com/infobloxopen/infoblox-sa-scripts/releases/download/isc-v1.1.3.0/SLSENB_ISC_CS_1.1.3.0.tags-v1.1.3.1e0b829.zip" +EXPECTED_HASH="DCDA908085E013666E53E72494F9B6534F489FD9B23BD666B0AB2179312C36E3" DESTINATION_FOLDER="./ib-isc-cs" if [ -d "$DESTINATION_FOLDER" ]; then