diff options
| author | Christian Rishøj | 2014-10-09 12:34:10 +0200 | 
|---|---|---|
| committer | Mike McQuaid | 2014-10-09 11:53:38 +0100 | 
| commit | f5a80c6fdbfe35636d54b7445813869f6e24a008 (patch) | |
| tree | bdbaa498bf85e4b4678d7e1da5b05b242fc16dad /Library/Formula/solr.rb | |
| parent | 2c74394f749c671191cf5119481295012bcada78 (diff) | |
| download | homebrew-f5a80c6fdbfe35636d54b7445813869f6e24a008.tar.bz2 | |
solr 4.10.1
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 7f7e350f6..ce4192aa6 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.10.0/solr-4.10.0.tgz" -  sha1 "ae47a89f35b5e2a6a4e55732cccc64fb10ed9779" +  url "http://www.apache.org/dyn/closer.cgi?path=lucene/solr/4.10.1/solr-4.10.1.tgz" +  sha1 "6033a9887bbfdd1d8ce1bdafce0d65975cf910d8"    bottle do      cellar :any | 
