File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 11class Solr < Formula
22 desc "Enterprise search platform from the Apache Lucene project"
33 homepage "https://solr.apache.org/"
4- url "https://dlcdn.apache.org/solr/solr/9.7 .0/solr-9.7 .0.tgz"
5- mirror "https://archive.apache.org/dist/solr/solr/9.7 .0/solr-9.7 .0.tgz"
6- sha256 "38548b86fa4e3c87883875952da124bf7d742cb8f7b25d37a1176833588e8552 "
4+ url "https://dlcdn.apache.org/solr/solr/9.8 .0/solr-9.8 .0.tgz"
5+ mirror "https://archive.apache.org/dist/solr/solr/9.8 .0/solr-9.8 .0.tgz"
6+ sha256 "9948dcf798c196b834c4cbb420d1ea5995479431669d266c33d46548b67e69e1 "
77 license "Apache-2.0"
88
99 bottle do
10- sha256 cellar : :any_skip_relocation , all : "82efa5f25dcb617a3019748c12705ea9ad6195cbdd2f3647a7a986e8ed039cc1 "
10+ sha256 cellar : :any_skip_relocation , all : "3e72be3a0207005b22a718bef417d0bb1740cc8961f8763c02da6425783b6b14 "
1111 end
1212
1313 depends_on "openjdk"
@@ -45,7 +45,7 @@ def post_install
4545
4646 # Start a Solr node => exit code 0
4747 shell_output ( "#{ bin } /solr start -p #{ port } -Djava.io.tmpdir=/tmp" )
48- assert_match "Found 1 Solr nodes" , shell_output ( "#{ bin } /solr status" )
48+ assert_match ( /Solr process \d + running on port #{ port } / , shell_output ( "#{ bin } /solr status" ) )
4949
5050 # Impossible to start a second Solr node on the same port => exit code 1
5151 shell_output ( "#{ bin } /solr start -p #{ port } " , 1 )
You can’t perform that action at this time.
0 commit comments