aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Hellberg2012-04-04 22:45:24 +0200
committerAdam Vandenberg2012-04-04 20:33:05 -0700
commitf682c35f59e0ecdf8d042ccda65fc64e0c1d77aa (patch)
treec582f0e0406a4b7d2ac2136d0b6db678755dc011
parent50f5c61bb0a14355ce4ff36dd9ba62cd25f88c69 (diff)
downloadhomebrew-f682c35f59e0ecdf8d042ccda65fc64e0c1d77aa.tar.bz2
elasticsearch 0.19.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-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 39ac9425c..c0084b02f 100644
--- a/Library/Formula/elasticsearch.rb
+++ b/Library/Formula/elasticsearch.rb
@@ -2,8 +2,8 @@ require 'formula'
class Elasticsearch < Formula
homepage 'http://www.elasticsearch.org'
- url 'https://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.19.1.tar.gz'
- md5 'feb0c28bb43eba30f8f09c766e3f6774'
+ url 'https://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.19.2.tar.gz'
+ md5 'edbaa629f0a0777b815cf687b2c591b7'
def cluster_name
"elasticsearch_#{ENV['USER']}"