diff options
| author | Yago Riveiro | 2013-06-20 17:17:04 +0100 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-06-20 11:17:17 -0700 | 
| commit | 8efa77e7c52200d5f457ba340f71c119bd6cd528 (patch) | |
| tree | f9160ee135c26a34ec439c3c93c4fe867153cb27 /Library/Formula/solr.rb | |
| parent | 029cdc32a65806e96ec0b0618308ae9866c2d774 (diff) | |
| download | homebrew-8efa77e7c52200d5f457ba340f71c119bd6cd528.tar.bz2 | |
Solr 4.3.1
Closes #20628.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/solr.rb')
| -rw-r--r-- | Library/Formula/solr.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/solr.rb b/Library/Formula/solr.rb index 37be133ab..4bfd1bc05 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.3.0/solr-4.3.0.tgz' -  sha1 '8c62319d7eb0a42a223888d98aa9f5e1472bd7af' +  url 'http://www.apache.org/dyn/closer.cgi?path=lucene/solr/4.3.1/solr-4.3.1.tgz' +  sha1 '193954d743b5fa4d652764d20db17f81fd3a5c76'    def script; <<-EOS.undent      #!/bin/sh | 
