mirror of
https://github.com/chocolate-doom/buildscripts.git
synced 2024-11-10 06:31:39 +00:00
Switch download URL to https.
This commit is contained in:
parent
9fd14604e5
commit
31796ab296
1 changed files with 1 additions and 1 deletions
|
@ -488,7 +488,7 @@ if $git_build; then
|
|||
else
|
||||
# Download and build latest release.
|
||||
fetch_and_build_module \
|
||||
http://www.chocolate-doom.org/downloads/2.3.0/ \
|
||||
https://www.chocolate-doom.org/downloads/2.3.0/ \
|
||||
chocolate-doom 2.3.0 "$HOST_ARG"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue