druid 0.12.3 (#39695)
This commit is contained in:
parent
a4d02927fe
commit
3ad2391ace
1 changed files with 4 additions and 5 deletions
|
@ -1,9 +1,8 @@
|
||||||
class Druid < Formula
|
class Druid < Formula
|
||||||
desc "High-performance, column-oriented, distributed data store"
|
desc "High-performance, column-oriented, distributed data store"
|
||||||
homepage "http://druid.io"
|
homepage "http://druid.io"
|
||||||
url "http://static.druid.io/artifacts/releases/druid-0.12.2-bin.tar.gz"
|
url "http://static.druid.io/artifacts/releases/druid-0.12.3-bin.tar.gz"
|
||||||
sha256 "951fffe2026cb2c7e219add5f4be15c993f34347f8af0873d19c72ccbb606f77"
|
sha256 "807581d54fa4c5a90eec2a230e2a7fc4c6daf18eb8136009bf36a775d793d6f6"
|
||||||
revision 1
|
|
||||||
|
|
||||||
bottle :unneeded
|
bottle :unneeded
|
||||||
|
|
||||||
|
@ -11,8 +10,8 @@ class Druid < Formula
|
||||||
depends_on "zookeeper"
|
depends_on "zookeeper"
|
||||||
|
|
||||||
resource "mysql-metadata-storage" do
|
resource "mysql-metadata-storage" do
|
||||||
url "http://static.druid.io/artifacts/releases/mysql-metadata-storage-0.12.2.tar.gz"
|
url "http://static.druid.io/artifacts/releases/mysql-metadata-storage-0.12.3.tar.gz"
|
||||||
sha256 "b1122c037929633f89903948f8e11d19b8e1c1cb2949e93acc8dee2bcb2046b0"
|
sha256 "8ee27e3c7906abcd401cfd59072602bd1f83828b66397ae2cf2c3ff0e1860162"
|
||||||
end
|
end
|
||||||
|
|
||||||
def install
|
def install
|
||||||
|
|
Loading…
Reference in a new issue