aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/elasticsearch.rb
diff options
context:
space:
mode:
authorMarc Watts2012-10-01 23:09:28 +0100
committerAdam Vandenberg2012-10-01 16:19:21 -0700
commitbd4a8878c466a9c71f213704a281f49755fa581b (patch)
tree85e1563407b1bca3b1ae04ccf6217f2ccbbddf4f /Library/Formula/elasticsearch.rb
parentf14b572dae898a40e38e8c6d2fef971c38e13c13 (diff)
downloadhomebrew-bd4a8878c466a9c71f213704a281f49755fa581b.tar.bz2
ElasticSearch 0.19.10
Closes #15227. 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 be5548733..9dea93927 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.9.tar.gz'
- sha1 '699b442ab2d9483084689dee037b5eea38a76652'
+ url 'https://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.19.10.tar.gz'
+ sha1 'c9aab11ad63f978052200865ed821199fa5f457e'
def cluster_name
"elasticsearch_#{ENV['USER']}"