From c8825c7bc87be5206bc41b5eac128ad0d5383d4b Mon Sep 17 00:00:00 2001 From: Uladzislau Dadzimau <159532848+UladzislauDadzimau@users.noreply.github.com> Date: Tue, 23 Jul 2024 16:31:00 +0200 Subject: [PATCH] ISC CS v1.1.0 (#10) Co-authored-by: Uladzislau Dadzimau --- isc_collection/isc-cs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/isc_collection/isc-cs.sh b/isc_collection/isc-cs.sh index d02a352..bdb4bb0 100755 --- a/isc_collection/isc-cs.sh +++ b/isc_collection/isc-cs.sh @@ -35,8 +35,8 @@ fi #region Hard-coded variables -DOWNLOAD_URL="https://github.com/infobloxopen/infoblox-sa-scripts/releases/download/isc-v1.0.5.0/SLSENB_ISC_CS_1.0.5.0.tags-v1.0.5.fee408a.zip" -EXPECTED_HASH="9743094C7C5EE6BDD33B11A679D3585586F5DBFE506129C11960461356AE65A4" +DOWNLOAD_URL="https://github.com/infobloxopen/infoblox-sa-scripts/releases/download/isc-v1.1.0.0/SLSENB_ISC_CS_1.1.0.0.tags-v1.1.0.6eb6fc1.zip" +EXPECTED_HASH="3B2828EF1A92320D402762EF3A5838F4B0D42791E5C6DB18270BA6CF437ABC5C" DESTINATION_FOLDER="./ib-isc-cs" if [ -d "$DESTINATION_FOLDER" ]; then