updated elasticsearch to 0.11.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>master
parent
bcbccebbba
commit
68b4650388
|
@ -1,9 +1,9 @@
|
|||
require 'formula'
|
||||
|
||||
class Elasticsearch < Formula
|
||||
url 'http://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.9.0.zip'
|
||||
url 'http://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.11.0.zip'
|
||||
homepage 'http://www.elasticsearch.com'
|
||||
md5 'ad7e245cf2451b2c077c7529d6d5cdb2'
|
||||
md5 'ef19e6fc7bad8f76e4371a94de7e0da7'
|
||||
|
||||
def install
|
||||
rm_f Dir["bin/*.bat"]
|
||||
|
|
Loading…
Reference in New Issue