aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorElliot Murphy2012-07-17 11:42:23 -0400
committerAdam Vandenberg2012-07-17 09:44:18 -0700
commit78687d2fbeec2b5e08c3a9d2e6d6a42ace4dd2b5 (patch)
treedba690671f62a900623615e63c0348c6c8b93273 /Library/Formula
parentc4b99d4367aee69ec5403d5b32fec6d9c5db05e8 (diff)
downloadhomebrew-78687d2fbeec2b5e08c3a9d2e6d6a42ace4dd2b5.tar.bz2
elasticsearch 0.19.8
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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 df588646f..d337842d0 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.7.tar.gz'
- md5 '2d4f6d608862c47963483a1d7fa6e8c6'
+ url 'https://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.19.8.tar.gz'
+ sha1 '5f2732eedc79a0d8b79d1c8a99f505b3d0465188'
def cluster_name
"elasticsearch_#{ENV['USER']}"