diff options
| author | Yago Riveiro | 2013-07-24 22:05:45 +0100 | 
|---|---|---|
| committer | Jack Nagel | 2013-07-24 20:08:33 -0500 | 
| commit | 0f63342f1992eee18c0e920e12054da01a95219a (patch) | |
| tree | c1c3d582774c6b73203e87940f2ad5ed8319f339 /Library/Formula/solr.rb | |
| parent | 69db2288284e45a3c97eb2544df5bac49f9ac00b (diff) | |
| download | homebrew-0f63342f1992eee18c0e920e12054da01a95219a.tar.bz2 | |
Solr 4.4.0
Closes #21424.
Signed-off-by: Jack Nagel <jacknagel@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 4bfd1bc05..9bf9cacb1 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.1/solr-4.3.1.tgz' -  sha1 '193954d743b5fa4d652764d20db17f81fd3a5c76' +  url 'http://www.apache.org/dyn/closer.cgi?path=lucene/solr/4.4.0/solr-4.4.0.tgz' +  sha1 '4bd3fe9a5a3c4417fcb551204780d8adafc48b6e'    def script; <<-EOS.undent      #!/bin/sh | 
