Skip to content

Commit

Permalink
hbase 1.1.2
Browse files Browse the repository at this point in the history
Closes Homebrew#44511.

Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
  • Loading branch information
Moisan authored and dunn committed Oct 3, 2015
1 parent 8c1f650 commit 2d356e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Library/Formula/hbase.rb
@@ -1,8 +1,8 @@
class Hbase < Formula
desc "Hadoop database: a distributed, scalable, big data store"
homepage "https://hbase.apache.org"
url "https://www.apache.org/dyn/closer.cgi?path=hbase/1.0.1.1/hbase-1.0.1.1-bin.tar.gz"
sha256 "fd20fd98e9c11d96d0281077e3040c81f45bafcc1e4f14318cede31e45819fdf"
url "https://www.apache.org/dyn/closer.cgi?path=hbase/1.1.2/hbase-1.1.2-bin.tar.gz"
sha256 "8ca5bf0203cef86b4a0acbba89afcd5977488ebc73eec097e93c592b16f8bede"

depends_on :java => "1.6+"
depends_on "hadoop"
Expand Down

0 comments on commit 2d356e0

Please sign in to comment.