From 8b131081debaef9363312b61b254af7826f97e7d Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Wed, 22 Oct 2014 00:49:48 -0400 Subject: [PATCH] Update to build v2.1.0. --- build-chocolate-doom | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/build-chocolate-doom b/build-chocolate-doom index 96133e2..8d09cb9 100644 --- a/build-chocolate-doom +++ b/build-chocolate-doom @@ -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