diff options
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 accf58337..6dbceefd7 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.8.1/solr-4.8.1.tgz" - sha1 "186885be34f8e0ad7dd6e7d6c572d5e80e2d236d" + url "http://www.apache.org/dyn/closer.cgi?path=lucene/solr/4.9.0/solr-4.9.0.tgz" + sha1 "6391e4cda07f2bcbd647bf49070a859baff09154" def script; <<-EOS.undent #!/bin/sh |
