diff options
| author | suisho | 2014-02-28 11:55:38 +0900 |
|---|---|---|
| committer | Adam Vandenberg | 2014-02-27 20:26:26 -0800 |
| commit | 145b756bd5eee3558d8bffe2bdf8c936239dd403 (patch) | |
| tree | 2a31b247d0ef9dc01dacb2c04e66cf0874bc071c | |
| parent | db62cc3c5e365b69cbf18dbf3ec88acb24a50b68 (diff) | |
| download | homebrew-145b756bd5eee3558d8bffe2bdf8c936239dd403.tar.bz2 | |
solr 4.7.0
Closes #27079.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -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 3ac850d30..48ccc2482 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.6.1/solr-4.6.1.tgz' - sha1 '7abae945f6829a5a0375c2f6b76c5d99b377c2db' + url 'http://www.apache.org/dyn/closer.cgi?path=lucene/solr/4.7.0/solr-4.7.0.tgz' + sha1 '5599a33f6d7c46251d87ff226709e759572ade4b' def script; <<-EOS.undent #!/bin/sh |
