mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
formula_auditor: remove elasticsearch and kibana refs
Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
parent
97f9837a13
commit
9c2ac58709
@ -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",
|
||||
|
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user