diff options
Diffstat (limited to 'Library/Formula')
| -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 83d91985a..4753a35e4 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.90.5/hbase-0.90.5.tar.gz' + url 'http://www.apache.org/dyn/closer.cgi?path=hbase/hbase-0.92.0/hbase-0.92.0.tar.gz' homepage 'http://hbase.apache.org' - md5 'd720e7d5a355cb55145809cf0cfef595' + md5 'ad59737c9f866aa283c685422e45e0a4' depends_on 'hadoop' |
