diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/hbase.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/hbase.rb b/Library/Formula/hbase.rb index e2446480b..09c89489b 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.9/hbase-0.94.9.tar.gz' - sha1 '26131f52acf53beae04ade616286ffb7d7544bb3' + url 'http://www.apache.org/dyn/closer.cgi?path=hbase/hbase-0.94.11/hbase-0.94.11.tar.gz' + sha1 '387df6fe6b1c17757d0daabba7229b504c2b0e0b' depends_on 'hadoop' |
