aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorViktor Szakats2015-04-20 17:51:16 +0200
committerMike McQuaid2015-04-20 18:50:31 +0100
commit5921efab0219e7e2a3c01d53a15a402d0cee5735 (patch)
treec412aacabe97d84fb6ddb3c817d26672bf051fb7
parentdbdbcbd3b4b57e33327bb74f068e7ba0551f2b5c (diff)
downloadhomebrew-5921efab0219e7e2a3c01d53a15a402d0cee5735.tar.bz2
apache-spark: readd https
Closes #38859. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
-rw-r--r--Library/Formula/apache-spark.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/apache-spark.rb b/Library/Formula/apache-spark.rb
index 1975e9ff5..559ea862b 100644
--- a/Library/Formula/apache-spark.rb
+++ b/Library/Formula/apache-spark.rb
@@ -3,7 +3,7 @@ require "formula"
class ApacheSpark < Formula
homepage "https://spark.apache.org/"
head "https://github.com/apache/spark.git"
- url "http://d3kbcqa49mib13.cloudfront.net/spark-1.3.1-bin-hadoop2.6.tgz"
+ url "https://d3kbcqa49mib13.cloudfront.net/spark-1.3.1-bin-hadoop2.6.tgz"
version "1.3.1"
sha1 "86911b6c8964230a93691bd45589f491c10d36c0"