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}" }