refactor: make hardcoded URL in get_archcraft() dynamic
This commit is contained in:
parent
eb78e7780e
commit
592572345c
2
quickget
2
quickget
|
@ -1815,7 +1815,7 @@ function get_archlinux() {
|
||||||
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