aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/elasticsearch.rb
diff options
context:
space:
mode:
authorJonathan2010-10-03 10:49:27 -0500
committerAdam Vandenberg2010-10-03 17:45:55 -0700
commitd861a9cc36b32b630db97112755bf3988a706bff (patch)
tree1df99effab8d900b37daf8e4a0680743698bf3b7 /Library/Formula/elasticsearch.rb
parentdf55960db8cf0582c007b8afd65488512d0676a7 (diff)
downloadhomebrew-d861a9cc36b32b630db97112755bf3988a706bff.tar.bz2
updated elasticsearch to 0.11.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/elasticsearch.rb')
-rw-r--r--Library/Formula/elasticsearch.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/elasticsearch.rb b/Library/Formula/elasticsearch.rb
index 87ada5e96..cf8029b96 100644
--- a/Library/Formula/elasticsearch.rb
+++ b/Library/Formula/elasticsearch.rb
@@ -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"]