apache-spark: use https url and homepage

Closes Homebrew/homebrew#37689.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Viktor Szakáts 2015-03-13 19:56:50 +01:00 committed by Mike McQuaid
parent 08d9cbc4b7
commit e6d195d9a0

View file

@ -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"