updated elasticsearch to 0.9
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
7a07e88673
commit
e7ecb71071
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
require 'formula'
|
||||
|
||||
class Elasticsearch < Formula
|
||||
url 'http://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.8.0.zip'
|
||||
url 'http://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.9.0.zip'
|
||||
homepage 'http://www.elasticsearch.com'
|
||||
md5 '0b9f0361163847a6580658c59cbfcc51'
|
||||
md5 'ad7e245cf2451b2c077c7529d6d5cdb2'
|
||||
|
||||
def install
|
||||
rm_f Dir["bin/*.bat"]
|
||||
|
|
Loading…
Reference in a new issue