diff options
| author | Brett Koonce | 2013-12-18 23:54:11 -0600 | 
|---|---|---|
| committer | Mike McQuaid | 2013-12-19 09:26:00 +0000 | 
| commit | 4ddb2f402a84f2937ea22f036670be7fc7459551 (patch) | |
| tree | 1140f83c51d6dbc913a5f7098f82f96cc4038815 /Library | |
| parent | b9f4bc107bec82969370e3f0c685f4c09e6aaef8 (diff) | |
| download | homebrew-4ddb2f402a84f2937ea22f036670be7fc7459551.tar.bz2 | |
solr 4.6.0
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
| -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 9ae290009..7f45c65b9 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.5.1/solr-4.5.1.tgz' -  sha1 '019153f18c28b2b4d966496438940e21a7f63daa' +  url 'http://www.apache.org/dyn/closer.cgi?path=lucene/solr/4.6.0/solr-4.6.0.tgz' +  sha1 'b1380e1b4b23b1e11aecf7c66c56e834ea7ff24e'    def script; <<-EOS.undent      #!/bin/sh | 
