archcraft archcraft latest: https://psychz.dl.sourceforge.net/project/archcraft/v25.04/archcraft-2025.04.24-x86_64.iso # Template file for 'archcraft' OSNAME="archcraft" PRETTY="Archcraft" BASEDOF="Arch" DESCRIPTION="Yet another minimal Linux distribution, based on Arch Linux" HOMEPAGE="https://archcraft.io" CREDENTIALS="-" RELEASES="latest" function get_() { local HASH="" local URL="" URL="https://sourceforge.net/projects/archcraft/files/${RELEASE}/download" URL="$(web_redirect "${URL}" | cut -d? -f1)" echo "${URL} ${HASH}" }