aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Clark2012-11-02 16:30:25 -0700
committerAdam Vandenberg2012-11-02 23:00:05 -0700
commitf5c8b5299d92b758dbcd347dbced1b97b7a78daf (patch)
tree14c3eee2859e9908cd76216bec8b4ad8048b617c
parent67303dd89396ccecff0915a933b81a224eb00d5a (diff)
downloadhomebrew-f5c8b5299d92b758dbcd347dbced1b97b7a78daf.tar.bz2
HBase 0.94.2
Closes #15819. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Formula/hbase.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/hbase.rb b/Library/Formula/hbase.rb
index cbf6dcce8..b7db4484b 100644
--- a/Library/Formula/hbase.rb
+++ b/Library/Formula/hbase.rb
@@ -2,8 +2,8 @@ require 'formula'
class Hbase < Formula
homepage 'http://hbase.apache.org'
- url 'http://www.apache.org/dyn/closer.cgi?path=hbase/hbase-0.94.0/hbase-0.94.0.tar.gz'
- sha1 'a77f4b70bddbf8555bfe11e4db197d3cbb0c20d1'
+ url 'http://www.apache.org/dyn/closer.cgi?path=hbase/hbase-0.94.2/hbase-0.94.2.tar.gz'
+ sha1 'c6731729e1bc47cbdfc0e95ebce8c039bfebfa8e'
depends_on 'hadoop'