aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorZack Kitzmiller2012-04-30 12:14:33 -0300
committerJack Nagel2012-04-30 17:25:27 -0500
commit3f08b45c873386fb7eeb333dd2336455fecf30ea (patch)
treef5174e89953915f6477816652fa42269aa07ed3c /Library
parent37eca004eed36a4d6296fed47d37826c02e4817e (diff)
downloadhomebrew-3f08b45c873386fb7eeb333dd2336455fecf30ea.tar.bz2
ElasticSearch 0.19.3
Closes #11969. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-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 25cae9818..a7c261896 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.2.tar.gz'
- md5 'edbaa629f0a0777b815cf687b2c591b7'
+ url 'https://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.19.3.tar.gz'
+ md5 '8a0a5b8eb3d039a6cddedb82103ffa47'
def cluster_name
"elasticsearch_#{ENV['USER']}"