From 592572345c6ce86f942938619ef14a1fa6b45aa8 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Sun, 21 Apr 2024 09:54:13 +0100 Subject: [PATCH] refactor: make hardcoded URL in get_archcraft() dynamic --- quickget | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickget b/quickget index 4a83c0c..bde405b 100755 --- a/quickget +++ b/quickget @@ -1815,7 +1815,7 @@ function get_archlinux() { 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}" }