aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorKashif Rasul2014-12-20 23:11:16 +0100
committerTim D. Smith2014-12-20 23:13:08 -0500
commit71436c8a455ef694a001ab7245bf181ff75f7652 (patch)
tree167ef835dbefe11825926f9a544df24d79d5e30b /Library/Formula
parent9c4d0054b436a346a149a3efa1e618b9159cc74d (diff)
downloadhomebrew-71436c8a455ef694a001ab7245bf181ff75f7652.tar.bz2
apache-spark 1.2.0
Closes #35158. Signed-off-by: Tim D. Smith <git@tim-smith.us>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/apache-spark.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/apache-spark.rb b/Library/Formula/apache-spark.rb
index b79385bef..95e6d9094 100644
--- a/Library/Formula/apache-spark.rb
+++ b/Library/Formula/apache-spark.rb
@@ -3,9 +3,9 @@ require "formula"
class ApacheSpark < Formula
homepage "http://spark.apache.org/"
head "https://github.com/apache/spark.git"
- url "http://d3kbcqa49mib13.cloudfront.net/spark-1.1.1-bin-hadoop2.4.tgz"
- version "1.1.1"
- sha1 "d1ef3edfe9174010c66ed39fbbc961b7db765a35"
+ url "http://d3kbcqa49mib13.cloudfront.net/spark-1.2.0-bin-hadoop2.4.tgz"
+ version "1.2.0"
+ sha1 "57d19d43aa058acefbde32b2304678a8b07eaa80"
conflicts_with 'hive', :because => 'both install `beeline` binaries'