aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMatthias Nuessler2015-02-28 10:53:45 +0100
committerMike McQuaid2015-02-28 16:42:44 +0000
commit25f18e901f17313ddb85bd987f05d71bc05ca693 (patch)
treed5a8b393a526e92a85b04549f84a05325864e910 /Library
parent0e8b3ea8bd0513aec8a704eeaf74d42ab79bc716 (diff)
downloadhomebrew-25f18e901f17313ddb85bd987f05d71bc05ca693.tar.bz2
solr 5.0.0
Closes #37266. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
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"