mirror of
https://github.com/chocolate-doom/buildscripts.git
synced 2024-11-10 06:31:39 +00:00
Update to build v2.1.0.
This commit is contained in:
parent
c8eec16544
commit
8b131081de
1 changed files with 3 additions and 6 deletions
|
@ -454,12 +454,9 @@ if $git_build; then
|
|||
|
||||
build_module "$GIT_CO_NAME" "$HOST_ARG"
|
||||
else
|
||||
# Download and build latest release. We have to download from
|
||||
# insecure.soulsphere.org because current(ish) versions of wget
|
||||
# (and maybe curl?) don't support the SSL SNI extension.
|
||||
|
||||
# Download and build latest release.
|
||||
fetch_and_build_module \
|
||||
http://insecure.soulsphere.org/projects/chocolate-doom/2.0.0/ \
|
||||
chocolate-doom 2.0.0 "$HOST_ARG"
|
||||
http://www.chocolate-doom.org/downloads/2.1.0/ \
|
||||
chocolate-doom 2.1.0 "$HOST_ARG"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue