kibana 6.0.0
Closes #20638. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
779544519a
commit
ceb07bf438
2 changed files with 5 additions and 4 deletions
|
@ -4,8 +4,8 @@ class Kibana < Formula
|
|||
desc "Analytics and search dashboard for Elasticsearch"
|
||||
homepage "https://www.elastic.co/products/kibana"
|
||||
url "https://github.com/elastic/kibana.git",
|
||||
:tag => "v5.6.4",
|
||||
:revision => "efd2403e605c9f695a87929083421ba09f3ac54e"
|
||||
:tag => "v6.0.0",
|
||||
:revision => "f8bc449f5a6b28d0597730b1cf03fefe7e33422e"
|
||||
head "https://github.com/elastic/kibana.git"
|
||||
|
||||
bottle do
|
||||
|
@ -15,8 +15,9 @@ class Kibana < Formula
|
|||
end
|
||||
|
||||
resource "node" do
|
||||
url "https://nodejs.org/dist/v6.11.1/node-v6.11.1.tar.xz"
|
||||
sha256 "6f6655b85919aa54cb045a6d69a226849802fcc26491d0db4ce59873e41cc2b8"
|
||||
url "https://github.com/nodejs/node.git",
|
||||
:tag => "v6.11.5",
|
||||
:revision => "e4f3e73b8cb58291380afbdb333c85789f2a5ce9"
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue