diff options
| -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 |
