aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-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 3c5ef0a60..df588646f 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.6.tar.gz'
- md5 '5a3709238147ddd0953306f6193e3b3a'
+ url 'https://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.19.7.tar.gz'
+ md5 '2d4f6d608862c47963483a1d7fa6e8c6'
def cluster_name
"elasticsearch_#{ENV['USER']}"