apache-spark: use https url and homepage
Closes Homebrew/homebrew#37689. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
08d9cbc4b7
commit
e6d195d9a0
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue