Solr 4.4.0
Closes Homebrew/homebrew#21424. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
3819cad292
commit
217de6e19b
1 changed files with 2 additions and 2 deletions
|
@ -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.3.1/solr-4.3.1.tgz'
|
||||
sha1 '193954d743b5fa4d652764d20db17f81fd3a5c76'
|
||||
url 'http://www.apache.org/dyn/closer.cgi?path=lucene/solr/4.4.0/solr-4.4.0.tgz'
|
||||
sha1 '4bd3fe9a5a3c4417fcb551204780d8adafc48b6e'
|
||||
|
||||
def script; <<-EOS.undent
|
||||
#!/bin/sh
|
||||
|
|
Loading…
Reference in a new issue