chore: preserve recent changes to get_archcraft()
This commit is contained in:
parent
539731820f
commit
0057b3fbee
2
quickget
2
quickget
|
@ -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}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue