diff options
| author | Brett Koonce | 2014-04-20 11:33:22 -0500 | 
|---|---|---|
| committer | Brett Koonce | 2014-04-21 00:04:33 -0500 | 
| commit | 4fb7c917367e6adb7ee33541c30ffbceb8e165c0 (patch) | |
| tree | 2c23dc112b9cf50f56708536d97ae401b1e62446 /Library/Formula/solr.rb | |
| parent | eb2eba1e8b1c3f6cdd7938389453215f0a5a0f01 (diff) | |
| download | homebrew-4fb7c917367e6adb7ee33541c30ffbceb8e165c0.tar.bz2 | |
solr 4.7.2
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 f8c3219bb..079972389 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.7.1/solr-4.7.1.tgz' -  sha1 '94697112987f99f8c6a6a2deeef512b8fdfd40b2' +  url 'http://www.apache.org/dyn/closer.cgi?path=lucene/solr/4.7.2/solr-4.7.2.tgz' +  sha1 '5576cf3931beb05baecaad82a5783afb6dc8d490'    def script; <<-EOS.undent      #!/bin/sh | 
