aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/hbase.rb
diff options
context:
space:
mode:
authorIan Plosker2013-03-12 15:48:09 +0000
committerAdam Vandenberg2013-03-12 09:05:43 -0700
commit13eec5db1fadd5cb311f65316820aaa9e0cb6a63 (patch)
treef75f22d834a90ebb9837027283aef3b9d353076c /Library/Formula/hbase.rb
parent1d10382ba89bd8ad103c9bc4ac7903fab573574a (diff)
downloadhomebrew-13eec5db1fadd5cb311f65316820aaa9e0cb6a63.tar.bz2
hbase 0.94.5
Closes #18431. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/hbase.rb')
-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 80c667b37..f85a03463 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.4/hbase-0.94.4.tar.gz'
- sha1 '97724e46547cb4b0a51d8cd7951268e372f2b19a'
+ url 'http://www.apache.org/dyn/closer.cgi?path=hbase/hbase-0.94.5/hbase-0.94.5.tar.gz'
+ sha1 '694faf309084b2e40ab6e9c3e336c50ce36cbb45'
depends_on 'hadoop'