Update to build v2.1.0.

This commit is contained in:
Simon Howard 2014-10-22 00:49:48 -04:00
parent c8eec16544
commit 8b131081de
1 changed files with 3 additions and 6 deletions

View File

@ -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