From 92344e09ae87c626cd859ba0ba5bc23049a99e6d Mon Sep 17 00:00:00 2001 From: Philip McGrath Date: Sat, 27 Oct 2018 23:53:02 -0400 Subject: [PATCH] Use https for pre-release.racket-lang.org --- install-racket.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-racket.sh b/install-racket.sh index 18627ec..04e8e05 100755 --- a/install-racket.sh +++ b/install-racket.sh @@ -25,7 +25,7 @@ elif [[ "$RACKET_VERSION" = 5.3* ]]; then URL="${DL_BASE}/${RACKET_VERSION}/racket/racket-${MIN}${RACKET_VERSION}-bin-x86_64-linux-debian-squeeze.sh" fi elif [[ "$RACKET_VERSION" = "RELEASE" ]]; then - URL="http://pre-release.racket-lang.org/installers/racket-${MIN}current-x86_64-linux.sh" + URL="https://pre-release.racket-lang.org/installers/racket-${MIN}current-x86_64-linux.sh" elif [[ "$RACKET_VERSION" = 5.9* ]]; then URL="${DL_BASE}/${RACKET_VERSION}/racket-${MIN}${RACKET_VERSION}-x86_64-linux-ubuntu-quantal.sh" elif [[ "$RACKET_VERSION" = 6.[0-4] ]] || [[ "$RACKET_VERSION" = 6.[0-4].[0-9] ]]; then