aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Koonce2014-05-13 16:02:56 -0500
committerBrett Koonce2014-05-13 16:18:25 -0500
commitc52a42c5a3c0028578437058d62df7964abef1b6 (patch)
tree2de89257f6c699457fb01b1efbe52e115e689198
parentbfd40fdf4808bdc83075c5ff720b17eb7dc90a2e (diff)
downloadhomebrew-c52a42c5a3c0028578437058d62df7964abef1b6.tar.bz2
hbase 0.98.1
Closes #29228. Closes #29229.
-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 cc86eb97e..4fe18108b 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.98.0/hbase-0.98.0-hadoop2-bin.tar.gz'
- sha1 '95cbaf1703a3f4719f67ff0e2d3247155b49fccc'
+ url 'http://www.apache.org/dyn/closer.cgi?path=hbase/hbase-0.98.1/hbase-0.98.1-hadoop2-bin.tar.gz'
+ sha1 'a1bc4470975dd65f5804a31be6bf8761ca152de7'
depends_on 'hadoop'