diff options
| author | BrewTestBot | 2014-09-27 19:18:57 +0100 | 
|---|---|---|
| committer | Brett Koonce | 2014-09-27 11:36:04 -0700 | 
| commit | 35bf4a3bdbfc14bdcfdd6da363b7f9adce368af3 (patch) | |
| tree | 5478208afb77985b7912973cd6aacd8434a9b36b /Library | |
| parent | bcada1b6e8d1aa4b92da94bb4dc9d68cbddc2547 (diff) | |
| download | homebrew-35bf4a3bdbfc14bdcfdd6da363b7f9adce368af3.tar.bz2 | |
solr: add 4.10.0 bottle.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/solr.rb | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/Library/Formula/solr.rb b/Library/Formula/solr.rb index 65885d9e4..0e3ce2a07 100644 --- a/Library/Formula/solr.rb +++ b/Library/Formula/solr.rb @@ -5,6 +5,13 @@ class Solr < Formula    url "http://www.apache.org/dyn/closer.cgi?path=lucene/solr/4.10.0/solr-4.10.0.tgz"    sha1 "ae47a89f35b5e2a6a4e55732cccc64fb10ed9779" +  bottle do +    cellar :any +    sha1 "9c3fe919fd112549b5fbac7b4715a6bcf209b88d" => :mavericks +    sha1 "ad64b5fe509d2f9da244a52f13d9525259604e2f" => :mountain_lion +    sha1 "82bc81371673e7e9e2cafae5d9914dd46ec64e84" => :lion +  end +    def script; <<-EOS.undent      #!/bin/sh      if [ -z "$1" ]; then | 
