solr 4.2.0
Closes Homebrew/homebrew#18419. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
023f03e71a
commit
94804ab20f
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
||||||
|
|
||||||
class Solr < Formula
|
class Solr < Formula
|
||||||
homepage 'http://lucene.apache.org/solr/'
|
homepage 'http://lucene.apache.org/solr/'
|
||||||
url 'http://www.apache.org/dyn/closer.cgi?path=lucene/solr/4.1.0/solr-4.1.0.tgz'
|
url 'http://www.apache.org/dyn/closer.cgi?path=lucene/solr/4.2.0/solr-4.2.0.tgz'
|
||||||
sha1 '89cce8c7c8d68df20f009a7c04ede423d6fa7c84'
|
sha1 '3525a424be3c7f5de27ea1ab60b267cc0670b6c4'
|
||||||
|
|
||||||
def script; <<-EOS.undent
|
def script; <<-EOS.undent
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
Loading…
Reference in a new issue