diff options
| author | Yago Riveiro | 2013-10-06 18:26:10 +0100 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-10-06 10:39:10 -0700 | 
| commit | 96c855c004e55d227cbe3e4ef716d6a916219c2a (patch) | |
| tree | 466f43651306bc893458f2931f1d5041d1c84c5c /Library/Formula/solr.rb | |
| parent | b13c41b7ab5a5940e9b5ef6b509e4eb41aba7b8d (diff) | |
| download | homebrew-96c855c004e55d227cbe3e4ef716d6a916219c2a.tar.bz2 | |
Solr 4.5.0
Closes #23077.
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 9bf9cacb1..1fb4458d5 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.4.0/solr-4.4.0.tgz' -  sha1 '4bd3fe9a5a3c4417fcb551204780d8adafc48b6e' +  url 'http://www.apache.org/dyn/closer.cgi?path=lucene/solr/4.5.0/solr-4.5.0.tgz' +  sha1 '0b1d4a9b6714b80db7a83f30077d97f05d38af3f'    def script; <<-EOS.undent      #!/bin/sh | 
