Line 69 of ./script/bootstrap downloads Google's Closure Compiler from http://dl.google.com/closure-compiler/compiler-$CLOSURE_RELEASE.zip, though the URL may be accessed securely over HTTPS too. Could the script be changed to do so?
fixed https://github.com/clojure/clojurescript/commit/8b30ecb2327d7942aae1485865fa9540f2eab9e1
Line 69 of ./script/bootstrap downloads Google's Closure Compiler from http://dl.google.com/closure-compiler/compiler-$CLOSURE_RELEASE.zip, though the URL may be accessed securely over HTTPS too. Could the script be changed to do so?