aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/solr.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/solr.rb b/Library/Formula/solr.rb
index c92db73d0..e0dc2209a 100644
--- a/Library/Formula/solr.rb
+++ b/Library/Formula/solr.rb
@@ -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"