aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMichael S. Klishin2012-08-25 00:46:17 +0400
committerAdam Vandenberg2012-08-24 19:33:02 -0700
commit296b91067da587977648947b2e9cc6ef6adca8c1 (patch)
tree4e0dc254791c8a78135fce423588db58d1fccf0b /Library
parent22e786528e240ec4fda3b93b345da096e63bc7da (diff)
downloadhomebrew-296b91067da587977648947b2e9cc6ef6adca8c1.tar.bz2
ElasticSearch 0.19.9
Closes #14443. Signed-off-by: Adam Vandenberg <flangy@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 d337842d0..14d023a91 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.8.tar.gz'
- sha1 '5f2732eedc79a0d8b79d1c8a99f505b3d0465188'
+ url 'https://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.19.9.tar.gz'
+ sha1 '699b442ab2d9483084689dee037b5eea38a76652'
def cluster_name
"elasticsearch_#{ENV['USER']}"