diff --git a/quickget b/quickget index f3203ae..0997b17 100755 --- a/quickget +++ b/quickget @@ -1784,6 +1784,13 @@ function get_antix() { echo "${URL}/${ISO} ${HASH}" } +function get_archcraft() { + local HASH="" + local URL="" + URL="https://sourceforge.net/projects/archcraft/files/latest/download" + echo "${URL} ${HASH}" +} + function get_archlinux() { local HASH="" local ISO="" @@ -1793,13 +1800,6 @@ function get_archlinux() { echo "${URL}${ISO} ${HASH}" } -function get_archcraft() { - local HASH="" - local URL="" - URL="https://sourceforge.net/projects/archcraft/files/${RELEASE}/download" - echo "${URL} ${HASH}" -} - function get_arcolinux() { local EDITION="${1:-}" local HASH=""