Skip to content

Commit

Permalink
elasticsearch and kibana: switched to major versions and removed old …
Browse files Browse the repository at this point in the history
…versions

Closes #57875.

Signed-off-by: Sean Molenaar <[email protected]>
  • Loading branch information
ankane authored and SMillerDev committed Jul 13, 2020
1 parent e0150be commit 1571674
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 364 deletions.
File renamed without changes.
File renamed without changes.
122 changes: 0 additions & 122 deletions Formula/[email protected]

This file was deleted.

122 changes: 0 additions & 122 deletions Formula/[email protected]

This file was deleted.

9 changes: 1 addition & 8 deletions Formula/[email protected] → Formula/[email protected]
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
class ElasticsearchAT68 < Formula
class ElasticsearchAT6 < Formula
desc "Distributed search & analytics engine"
homepage "https://www.elastic.co/products/elasticsearch"
url "https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-oss-6.8.8.tar.gz"
sha256 "aa2d751ec449d70164338049e9596e77d6f6fed8ab47cd604663605031217364"
license "Apache-2.0"

bottle do
cellar :any_skip_relocation
sha256 "151ca735f37ec4456a1dd03e0280d940278d8543c98226f561386b169e7c03ee" => :catalina
sha256 "151ca735f37ec4456a1dd03e0280d940278d8543c98226f561386b169e7c03ee" => :mojave
sha256 "151ca735f37ec4456a1dd03e0280d940278d8543c98226f561386b169e7c03ee" => :high_sierra
end

keg_only :versioned_formula

depends_on :java => "1.8"
Expand Down
101 changes: 0 additions & 101 deletions Formula/[email protected]

This file was deleted.

9 changes: 1 addition & 8 deletions Formula/[email protected] → Formula/[email protected]
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
class KibanaAT68 < Formula
class KibanaAT6 < Formula
desc "Analytics and search dashboard for Elasticsearch"
homepage "https://www.elastic.co/products/kibana"
url "https://github.com/elastic/kibana.git",
:tag => "v6.8.8",
:revision => "dc91d17ffcdc72efa4fe5944ac5abd22f9a8620d"

bottle do
cellar :any_skip_relocation
sha256 "acb7329389a28b42f4f81aed6f7db97be4c55fe2cc56eb7c453e2816d56db32a" => :catalina
sha256 "d2cc64615d62ab22fc0a1429c4931b57e0fd9f7e0c1dea45f04c231702cc7688" => :mojave
sha256 "d3daa0cbb3da0a9472955578258ee438ed09a55c3f2a7fb269ce612641bf8049" => :high_sierra
end

keg_only :versioned_formula

depends_on "yarn" => :build
Expand Down
Loading

0 comments on commit 1571674

Please sign in to comment.