From 0057b3fbeea6c3919f60957ed1e54180a3244bbb Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Sun, 21 Apr 2024 13:58:46 +0100 Subject: [PATCH] chore: preserve recent changes to get_archcraft() --- quickget | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickget b/quickget index 153e4a0..a3a04b8 100755 --- a/quickget +++ b/quickget @@ -1604,7 +1604,7 @@ function get_antix() { function get_archcraft() { local HASH="" local URL="" - URL="https://sourceforge.net/projects/archcraft/files/latest/download" + URL="https://sourceforge.net/projects/archcraft/files/${RELEASE}/download" echo "${URL} ${HASH}" }