diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/apache-spark.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/apache-spark.rb b/Library/Formula/apache-spark.rb index 7a414e620..a7f57f07d 100644 --- a/Library/Formula/apache-spark.rb +++ b/Library/Formula/apache-spark.rb @@ -1,9 +1,9 @@ require "formula" class ApacheSpark < Formula - homepage "http://spark.apache.org/" + homepage "https://spark.apache.org/" head "https://github.com/apache/spark.git" - url "http://d3kbcqa49mib13.cloudfront.net/spark-1.3.0-bin-hadoop2.4.tgz" + url "https://d3kbcqa49mib13.cloudfront.net/spark-1.3.0-bin-hadoop2.4.tgz" version "1.3.0" sha1 "d94f2847bf92dd6e5a388c8126207cfe57e2c85e" |
