From 80f6207979578f00dfb855d84cac225cd17cf4e4 Mon Sep 17 00:00:00 2001 From: Viktor Szakáts Date: Fri, 13 Mar 2015 19:56:50 +0100 Subject: apache-spark: use https url and homepage Closes #37689. Signed-off-by: Mike McQuaid --- Library/Formula/apache-spark.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library') 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" -- cgit v1.2.3