diff --git a/Library/Homebrew/formula_auditor.rb b/Library/Homebrew/formula_auditor.rb index 1b17af76c6..b08a3c013c 100644 --- a/Library/Homebrew/formula_auditor.rb +++ b/Library/Homebrew/formula_auditor.rb @@ -515,8 +515,6 @@ module Homebrew RELICENSED_FORMULAE_VERSIONS = { "boundary" => "0.14", "consul" => "1.17", - "elasticsearch" => "7.11", - "kibana" => "7.11", "nomad" => "1.7", "packer" => "1.10", "terraform" => "1.6", diff --git a/Library/Homebrew/test/version_spec.rb b/Library/Homebrew/test/version_spec.rb index 99c301fb30..092978f651 100644 --- a/Library/Homebrew/test/version_spec.rb +++ b/Library/Homebrew/test/version_spec.rb @@ -509,14 +509,6 @@ RSpec.describe Version do .to be_detected_from("https://codeload.github.com/gsamokovarov/jump/tar.gz/v0.7.1") end - specify "elasticsearch alpha style" do - expect(described_class.new("5.0.0-alpha5")) - .to be_detected_from( - "https://download.elastic.co/elasticsearch/release/org/elasticsearch" \ - "/distribution/tar/elasticsearch/5.0.0-alpha5/elasticsearch-5.0.0-alpha5.tar.gz", - ) - end - specify "gloox beta style" do expect(described_class.new("1.0-beta7")) .to be_detected_from("https://camaya.net/download/gloox-1.0-beta7.tar.bz2")