diff options
| author | Karel Minarik | 2011-06-01 18:03:18 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2011-06-07 13:29:40 -0700 |
| commit | 73aee602255df40e083397fbbfc6aaca701997c8 (patch) | |
| tree | 45ee12b73a25afe79e7e12a23e1e7a1060b2944c /Library | |
| parent | 4918745724a237ec9a963cb9d96e6eb18737f8c3 (diff) | |
| download | homebrew-73aee602255df40e083397fbbfc6aaca701997c8.tar.bz2 | |
elasticsearch 0.16.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/elasticsearch.rb | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Library/Formula/elasticsearch.rb b/Library/Formula/elasticsearch.rb index 0df85cb92..8249c2763 100644 --- a/Library/Formula/elasticsearch.rb +++ b/Library/Formula/elasticsearch.rb @@ -1,9 +1,9 @@ require 'formula' class Elasticsearch < Formula - url 'https://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.16.1.tar.gz' + url 'https://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.16.2.tar.gz' homepage 'http://www.elasticsearch.org' - md5 '8936d521951940dcd9650675b0e38636' + md5 '78402a00b959e63f8dc5456caaa9a5f1' def install # Remove Windows files @@ -24,9 +24,6 @@ class Elasticsearch < Formula path: logs: #{var}/log data: #{var}/data - - boostrap: - mlockall: true EOS end |
