solr 4.6.0
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
89834f1024
commit
e5b43d59a7
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.5.1/solr-4.5.1.tgz'
|
||||
sha1 '019153f18c28b2b4d966496438940e21a7f63daa'
|
||||
url 'http://www.apache.org/dyn/closer.cgi?path=lucene/solr/4.6.0/solr-4.6.0.tgz'
|
||||
sha1 'b1380e1b4b23b1e11aecf7c66c56e834ea7ff24e'
|
||||
|
||||
def script; <<-EOS.undent
|
||||
#!/bin/sh
|
||||
|
|
Loading…
Reference in a new issue