Merge pull request #16 from gus-massa/16-7-Release

Update the URL of the RELEASE version
This commit is contained in:
Greg Hendershott 2016-07-09 12:13:28 -04:00 committed by GitHub
commit 0a1d589cec

View File

@ -8,7 +8,7 @@ if [[ "$RACKET_VERSION" = "HEAD" ]]; then
elif [[ "$RACKET_VERSION" = "SCOPE_SNAPSHOT" ]]; then
URL="http://www.cs.utah.edu/~mflatt/tmp/scope-snapshot/installers/racket-current-x86_64-linux.sh"
elif [[ "$RACKET_VERSION" = "RELEASE" ]]; then
URL="http://pre-release.racket-lang.org/installers/racket-current-x86_64-linux-ubuntu-precise.sh"
URL="http://pre-release.racket-lang.org/installers/racket-current-x86_64-linux.sh"
elif [[ "$RACKET_VERSION" = 5.9* ]]; then
URL="http://download.racket-lang.org/installers/${RACKET_VERSION}/racket-${RACKET_VERSION}-x86_64-linux-ubuntu-quantal.sh"
elif [[ "$RACKET_VERSION" = 6.[0-4]* ]]; then