Commit 3cee1b9e by Pavel Repin Committed by Mislav Marohnić

RUBY_BUILD_MIRROR_URL defaults to https://...

Because encryption and authenticity are now cool :)
parent d50a5bb8
......@@ -1178,7 +1178,7 @@ else
fi
if [ -z "$RUBY_BUILD_MIRROR_URL" ]; then
RUBY_BUILD_MIRROR_URL="http://dqw8nmjcqpjn7.cloudfront.net"
RUBY_BUILD_MIRROR_URL="https://dqw8nmjcqpjn7.cloudfront.net"
else
RUBY_BUILD_MIRROR_URL="${RUBY_BUILD_MIRROR_URL%/}"
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment