solr 8.7.0
Closes #64007. Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com> Signed-off-by: chenrui <chenrui333@gmail.com>master
parent
a642cfcc78
commit
74de333653
|
@ -1,11 +1,10 @@
|
|||
class Solr < Formula
|
||||
desc "Enterprise search platform from the Apache Lucene project"
|
||||
homepage "https://lucene.apache.org/solr/"
|
||||
url "https://www.apache.org/dyn/closer.lua?path=lucene/solr/8.6.3/solr-8.6.3.tgz"
|
||||
mirror "https://archive.apache.org/dist/lucene/solr/8.6.3/solr-8.6.3.tgz"
|
||||
sha256 "c24925f3e8103673c2fceaaff4a04d6f1ab12b4ffd67da36fbbd2aa9aaaa6b55"
|
||||
url "https://www.apache.org/dyn/closer.lua?path=lucene/solr/8.7.0/solr-8.7.0.tgz"
|
||||
mirror "https://archive.apache.org/dist/lucene/solr/8.7.0/solr-8.7.0.tgz"
|
||||
sha256 "a362753c0fc180f6e5c592378ea67db1888735caa12bd4a5c24470581a38064b"
|
||||
license "Apache-2.0"
|
||||
revision 1
|
||||
|
||||
livecheck do
|
||||
url :stable
|
||||
|
|
Loading…
Reference in New Issue