From befd70e246d68393ab267e5b606f57d89904b4ce Mon Sep 17 00:00:00 2001 From: joergi <1439809+joergi@users.noreply.github.com> Date: Mon, 17 Jun 2024 22:05:58 +0200 Subject: [PATCH] switch to version 0.5.0 joergi/downloader#33 --- hackspace-books-downloader.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hackspace-books-downloader.sh b/hackspace-books-downloader.sh index 897acff..9b53143 100755 --- a/hackspace-books-downloader.sh +++ b/hackspace-books-downloader.sh @@ -26,7 +26,7 @@ fi file="special-editions.txt" while IFS= read -r line do - bash <(curl https://raw.githubusercontent.com/joergi/downloader/0.4.6/linux_mac/downloader.sh) "$line" "$OUTDIR" + bash <(curl https://raw.githubusercontent.com/joergi/downloader/0.5.0/linux_mac/downloader.sh) "$line" "$OUTDIR" done < "$file" exit 0