From e2e857030a85fa3abe777a12f3bd4da1fa8e8334 Mon Sep 17 00:00:00 2001 From: zenobit Date: Wed, 13 Sep 2023 21:39:45 +0200 Subject: [PATCH] siduction: 2023 1.1 --- quickget | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quickget b/quickget index 53cf937..ef273ad 100755 --- a/quickget +++ b/quickget @@ -1656,10 +1656,10 @@ function get_siduction() { local HASH="" local DATE="" local ISO="" - local URL="https://mirrors.dotsrc.org/siduction/iso/Masters_of_War/${EDITION}" + local URL="https://mirrors.dotsrc.org/siduction/iso/Standing_on_the_Shoulders_of_Giants/${EDITION}" DATE=$(wget -q -O- "${URL}"| grep .iso.md5 | cut -d'-' -f6 | cut -d'.' -f1) HASH=$(wget -q -O- "${URL}/${ISO}.md5" | cut -d' ' -f1) - ISO="siduction-22.1.1-Masters_of_War-${EDITION}-amd64-${DATE}.iso" + ISO="siduction-2023.1.1-Standing_on_the_Shoulders_of_Giants-${EDITION}-amd64-${DATE}.iso" echo "${URL}/${ISO} ${HASH}" }