diff options
| author | Caue Guerra | 2014-08-13 22:22:23 -0400 | 
|---|---|---|
| committer | Brett Koonce | 2014-08-13 19:32:48 -0700 | 
| commit | 55c1ef3ef0a09d9e00e4035a9c645e1b005d9981 (patch) | |
| tree | 668e8787033a112bc114160a79ff5e5d704d0e3f /Library/Formula/elasticsearch.rb | |
| parent | 064663fe21a2cef2a4a9a577782b02b506dfbb35 (diff) | |
| download | homebrew-55c1ef3ef0a09d9e00e4035a9c645e1b005d9981.tar.bz2 | |
elasticsearch 1.3.2
Closes #31582.
Signed-off-by: Brett Koonce <koonce@gmail.com>
Diffstat (limited to 'Library/Formula/elasticsearch.rb')
| -rw-r--r-- | Library/Formula/elasticsearch.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/elasticsearch.rb b/Library/Formula/elasticsearch.rb index a7c1a5e8d..446f93ef8 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://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.3.1.tar.gz" -  sha1 "8f116d47d015fb0cb3617d213b5673490b052c39" +  url "https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.3.2.tar.gz" +  sha1 "a7ea036468473084cd62e846f05a2069a987fb03"    head do      url "https://github.com/elasticsearch/elasticsearch.git"  | 
