elasticsearch 0.90.2
Closes Homebrew/homebrew#20815. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
f4211572b2
commit
14151f5f6a
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Elasticsearch < Formula
|
||||
homepage 'http://www.elasticsearch.org'
|
||||
url 'https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-0.90.1.tar.gz'
|
||||
sha1 '01e641c5780d87f540891d269052704ef8152a9d'
|
||||
url 'https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-0.90.2.tar.gz'
|
||||
sha1 'b09f5c656912e5c08c9eefa7e95566f1ba7a1ea5'
|
||||
|
||||
head 'https://github.com/elasticsearch/elasticsearch.git'
|
||||
|
||||
|
|
Loading…
Reference in a new issue