chore: preserve recent changes to get_archcraft()

This commit is contained in:
Martin Wimpress 2024-04-21 13:58:46 +01:00 committed by Martin Wimpress
parent 539731820f
commit 0057b3fbee
1 changed files with 1 additions and 1 deletions

View File

@ -1604,7 +1604,7 @@ function get_antix() {
function get_archcraft() { function get_archcraft() {
local HASH="" local HASH=""
local URL="" local URL=""
URL="https://sourceforge.net/projects/archcraft/files/latest/download" URL="https://sourceforge.net/projects/archcraft/files/${RELEASE}/download"
echo "${URL} ${HASH}" echo "${URL} ${HASH}"
} }