Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[email protected]: remove bottle :unneeded #79938

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Formula/[email protected]
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class SolrAT77 < Formula
desc "Enterprise search platform from the Apache Lucene project"
homepage "https://lucene.apache.org/solr/"
homepage "https://solr.apache.org"
url "https://www.apache.org/dyn/closer.lua?path=lucene/solr/7.7.3/solr-7.7.3.tgz"
mirror "https://archive.apache.org/dist/lucene/solr/7.7.3/solr-7.7.3.tgz"
sha256 "3ec67fa430afa5b5eb43bb1cd4a659e56ee9f8541e0116d6080c0d783870baee"
Expand All @@ -15,8 +15,6 @@ class SolrAT77 < Formula
regex(/href=.*?solr[._-]v?(7(?:\.\d+)+)\.t/i)
end

bottle :unneeded

keg_only :versioned_formula

depends_on "openjdk@11"
Expand All @@ -34,6 +32,8 @@ def install
env["SOLR_PID_DIR"] = "${SOLR_PID_DIR:-#{var/"run/solr"}}"
bin.env_script_all_files libexec, env
(libexec/"bin").rmtree

inreplace libexec/"solr", "/usr/local/share/solr", pkgshare
end

def post_install
Expand Down