aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorIan Plosker2013-06-17 14:37:02 +0100
committerAdam Vandenberg2013-06-17 09:11:31 -0700
commit33fdb3ea63fd477484ca651c680e3514cca0c613 (patch)
tree9c61564b4b2f9ef182fb15ad04115858b8d1c934 /Library
parent07b7810a0419bb5239c79968f4c91377d4f33575 (diff)
downloadhomebrew-33fdb3ea63fd477484ca651c680e3514cca0c613.tar.bz2
hbase 0.94.8
Closes #20552. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-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 1d4ca28bc..44406dd0a 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.7/hbase-0.94.7.tar.gz'
- sha1 'aaaa857b123731ddc0bfb261e2e672a7d81def91'
+ url 'http://www.apache.org/dyn/closer.cgi?path=hbase/hbase-0.94.8/hbase-0.94.8.tar.gz'
+ sha1 '1319376422770a6f1ecd9a1a43854064c205aca5'
depends_on 'hadoop'