diff options
| -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 4753a35e4..926345c16 100644 --- a/Library/Formula/hbase.rb +++ b/Library/Formula/hbase.rb @@ -1,9 +1,9 @@ require 'formula' class Hbase < Formula - url 'http://www.apache.org/dyn/closer.cgi?path=hbase/hbase-0.92.0/hbase-0.92.0.tar.gz' + url 'http://www.apache.org/dyn/closer.cgi?path=hbase/hbase-0.94.0/hbase-0.94.0.tar.gz' homepage 'http://hbase.apache.org' - md5 'ad59737c9f866aa283c685422e45e0a4' + md5 '51ed439e46f69ec0eb747851e2389d7a' depends_on 'hadoop' |
