diff options
| author | BrewTestBot | 2015-04-13 07:46:01 +0100 | 
|---|---|---|
| committer | Xu Cheng | 2015-04-13 15:56:23 +0800 | 
| commit | f64978b58033b69f6b1a0653fa1940a8e29816b5 (patch) | |
| tree | b9a4182082bfef7c14d29be08d7f820c1501ea1f | |
| parent | c09b94bd4804776ccad6e56653dbd8ca07a26187 (diff) | |
| download | homebrew-f64978b58033b69f6b1a0653fa1940a8e29816b5.tar.bz2 | |
elasticsearch: add 1.5.1 bottle.
| -rw-r--r-- | Library/Formula/elasticsearch.rb | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/Library/Formula/elasticsearch.rb b/Library/Formula/elasticsearch.rb index 4960f7c8f..e4bab4e56 100644 --- a/Library/Formula/elasticsearch.rb +++ b/Library/Formula/elasticsearch.rb @@ -3,6 +3,12 @@ class Elasticsearch < Formula    url "https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-1.5.1.tar.gz"    sha1 "b3863a63d265486332042246bf1c002b3a70b46f" +  bottle do +    sha256 "0e59f10c8ff8f8d3d8e18cf3083846d5a537cacf0eefe40035121927352661f4" => :yosemite +    sha256 "e6c9f7c41b7406d4e8c30a903ced64e91b76ec6c701a81d0d0e458b951dfdbef" => :mavericks +    sha256 "a54b9c2a0f0dcc7b37e1fe2c7847f5864cc55324462e9c6edf4d800eba010f0b" => :mountain_lion +  end +    depends_on :java => "1.7+"    head do | 
