b189247ba0
Uses the HTTPS url for cases where the existing URL has a permanent redirect. For each domain, at least one fixed derivation URL was downloaded to test the domain is properly serving downloads. Also fixes jbake source URL, which was broken.
7 lines
168 B
Text
7 lines
168 B
Text
url https://mupdf.com/downloads/archive/
|
|
do_overwrite(){
|
|
ensure_hash
|
|
ensure_version
|
|
set_var_value version $CURRENT_VERSION
|
|
set_var_value sha256 $CURRENT_HASH
|
|
}
|