aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorGlavin Wiechert2015-02-10 10:03:42 -0400
committerMike McQuaid2015-02-10 14:30:04 +0000
commit4a4ecc0460baec04ec895500ff11d26aa2582b16 (patch)
treeb36846f5210de44afb8aa1177a8fbf9f810c0017 /Library/Formula
parent3cfe2f88a3816a475963338fb2b7aa440cb332e8 (diff)
downloadhomebrew-4a4ecc0460baec04ec895500ff11d26aa2582b16.tar.bz2
apache-spark 1.2.1
Closes #36701. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
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 95e6d9094..6a6d6ae40 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.2.0-bin-hadoop2.4.tgz"
- version "1.2.0"
- sha1 "57d19d43aa058acefbde32b2304678a8b07eaa80"
+ url "http://d3kbcqa49mib13.cloudfront.net/spark-1.2.1-bin-hadoop2.4.tgz"
+ version "1.2.1"
+ sha1 "2c8023f339ee9a0a05ecf6cb854f1de70b324f41"
conflicts_with 'hive', :because => 'both install `beeline` binaries'