aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorLeon Radley2014-06-17 15:12:20 +0200
committerJack Nagel2014-06-17 15:52:59 -0500
commit28db29a268573a38f2eed681b1812f8d01f5392e (patch)
treec852247ca7c60b79ff72dfb909e269c39d8c433b /Library/Formula
parent0d0e8ff45e8cf5352d264d7235dd4204a033dce5 (diff)
downloadhomebrew-28db29a268573a38f2eed681b1812f8d01f5392e.tar.bz2
Apache Spark 1.0.0
Closes #30231. Signed-off-by: Jack Nagel <jacknagel@gmail.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 2260579c0..d02c5066b 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-0.9.1-bin-hadoop2.tgz"
- version "0.9.1"
- sha1 "953cd042a8cc44d297af46cc6714e30d20554c4b"
+ url "http://d3kbcqa49mib13.cloudfront.net/spark-1.0.0-bin-hadoop2.tgz"
+ version "1.0.0"
+ sha1 "804fe9a0caff941fb791e15ea1cda45a7c2b7608"
def install
rm_f Dir["bin/*.cmd"]