diff options
| author | Brett Koonce | 2014-09-27 10:54:47 -0700 | 
|---|---|---|
| committer | Brett Koonce | 2014-09-27 11:36:04 -0700 | 
| commit | bcada1b6e8d1aa4b92da94bb4dc9d68cbddc2547 (patch) | |
| tree | e7eb48c4777f277c70d3b4eb159bda2a9514a61a /Library/Formula/solr.rb | |
| parent | 53b75989a8a4198b4d05863a21ba6526f9533536 (diff) | |
| download | homebrew-bcada1b6e8d1aa4b92da94bb4dc9d68cbddc2547.tar.bz2 | |
solr 4.10.0
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 ff381d694..65885d9e4 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.9.0/solr-4.9.0.tgz" -  sha1 "6391e4cda07f2bcbd647bf49070a859baff09154" +  url "http://www.apache.org/dyn/closer.cgi?path=lucene/solr/4.10.0/solr-4.10.0.tgz" +  sha1 "ae47a89f35b5e2a6a4e55732cccc64fb10ed9779"    def script; <<-EOS.undent      #!/bin/sh | 
