formula_auditor: remove elasticsearch and kibana refs

Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
Rui Chen 2025-05-03 10:58:13 -04:00
parent 97f9837a13
commit 9c2ac58709
No known key found for this signature in database
GPG Key ID: 6577287BDCA70840
2 changed files with 0 additions and 10 deletions

View File

@ -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",

View File

@ -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")