elasticsearch 0.8.0
Signed-off-by: David Höppner <0xffea@gmail.com>
This commit is contained in:
parent
d5a61d0674
commit
cb037c38d6
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.7.1.zip'
|
||||
url 'http://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.8.0.zip'
|
||||
homepage 'http://www.elasticsearch.com'
|
||||
md5 '2b01f7101a8df51f7d828ddd7054e9b0'
|
||||
md5 '0b9f0361163847a6580658c59cbfcc51'
|
||||
|
||||
def install
|
||||
FileUtils.rm_f Dir["bin/*.bat"]
|
||||
|
|
Loading…
Reference in a new issue