solr 5.0.0

Closes Homebrew/homebrew#37266.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Matthias Nuessler 2015-02-28 10:53:45 +01:00 committed by Mike McQuaid
parent 0b2678dfae
commit 4954ed29fc

View file

@ -2,8 +2,8 @@ require "formula"
class Solr < Formula
homepage "http://lucene.apache.org/solr/"
url "http://www.apache.org/dyn/closer.cgi?path=lucene/solr/4.10.2/solr-4.10.2.tgz"
sha1 "b913204d07212d7bb814afe4641992f22404a27d"
url "http://www.apache.org/dyn/closer.cgi?path=lucene/solr/5.0.0/solr-5.0.0.tgz"
sha1 "0c14a5212c4b9d9491881d743390596a19a3e989"
skip_clean 'example/logs'
@ -12,6 +12,7 @@ class Solr < Formula
bin.install "#{libexec}/bin/solr"
share.install "#{libexec}/bin/solr.in.sh"
prefix.install "#{libexec}/example"
prefix.install "#{libexec}/server"
end
plist_options :manual => "solr start"