aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/apache-spark.rb
diff options
context:
space:
mode:
authorMarius Soutier2014-07-30 16:00:54 +0200
committerAdam Vandenberg2014-07-30 07:57:11 -0700
commit7ba3fa5d3f523f1c31a5f7074a5b644ee722b2d9 (patch)
tree0e326a5f3ab6b0d21734d27ba434459bdff28a63 /Library/Formula/apache-spark.rb
parenta401237f040e0b2069991da9d4d0311688a0d487 (diff)
downloadhomebrew-7ba3fa5d3f523f1c31a5f7074a5b644ee722b2d9.tar.bz2
apache-spark 1.0.1
Closes #31249. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/apache-spark.rb')
-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 d02c5066b..07154726f 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.0.0-bin-hadoop2.tgz"
- version "1.0.0"
- sha1 "804fe9a0caff941fb791e15ea1cda45a7c2b7608"
+ url "http://d3kbcqa49mib13.cloudfront.net/spark-1.0.1-bin-hadoop2.tgz"
+ version "1.0.1"
+ sha1 "609e67bb6aaa7941689b3cb4be0c4ab76850800e"
def install
rm_f Dir["bin/*.cmd"]