Merge pull request #19888 from Homebrew/remove-es-kibana-refs

formula_auditor: remove elasticsearch and kibana refs
This commit is contained in:
Bo Anderson 2025-05-04 04:38:15 +00:00 committed by GitHub
commit 7617ac135f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 10 deletions

View File

@ -515,8 +515,6 @@ module Homebrew
RELICENSED_FORMULAE_VERSIONS = { RELICENSED_FORMULAE_VERSIONS = {
"boundary" => "0.14", "boundary" => "0.14",
"consul" => "1.17", "consul" => "1.17",
"elasticsearch" => "7.11",
"kibana" => "7.11",
"nomad" => "1.7", "nomad" => "1.7",
"packer" => "1.10", "packer" => "1.10",
"terraform" => "1.6", "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") .to be_detected_from("https://codeload.github.com/gsamokovarov/jump/tar.gz/v0.7.1")
end 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 specify "gloox beta style" do
expect(described_class.new("1.0-beta7")) expect(described_class.new("1.0-beta7"))
.to be_detected_from("https://camaya.net/download/gloox-1.0-beta7.tar.bz2") .to be_detected_from("https://camaya.net/download/gloox-1.0-beta7.tar.bz2")