diff options
| author | Mike Lewis | 2014-09-17 20:08:07 -0700 | 
|---|---|---|
| committer | Mike McQuaid | 2014-09-18 11:29:15 +0100 | 
| commit | 3d392c6ed22745a1cb0ec4a8e33c8059f05d4d80 (patch) | |
| tree | 3ba95fcf564e5459a6918d9f5af87d92cd6c2756 | |
| parent | 2f9ad7376648e4b5ebb00e30edd9571ca048cad7 (diff) | |
| download | homebrew-3d392c6ed22745a1cb0ec4a8e33c8059f05d4d80.tar.bz2 | |
hbase 0.98.6.1
Update hbase.rb
0.98.4 is no longer hosted or mirrored, so the existing recipe cannot succeed.
Closes #32384.
Closes #32373.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -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 41e9d446d..90e968b84 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.4/hbase-0.98.4-hadoop2-bin.tar.gz' -  sha1 'b93c8920dcfb8da04a41d1d981a7d046b9c4fb1f' +  url 'http://www.apache.org/dyn/closer.cgi?path=hbase/hbase-0.98.6.1/hbase-0.98.6.1-hadoop2-bin.tar.gz' +  sha1 '3ee9913f87f035e23cb20e5d69e652b19932a8d4'    depends_on 'hadoop' | 
