elasticsearch 1.7.2
Closes Homebrew/homebrew#43943. Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
This commit is contained in:
parent
29ddfc59b6
commit
da77bc5fa3
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class Elasticsearch < Formula
|
||||
desc "Distributed real-time search & analytics engine for the cloud"
|
||||
homepage "https://www.elastic.co/products/elasticsearch"
|
||||
url "https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-1.7.1.tar.gz"
|
||||
sha256 "86a0c20eea6ef55b14345bff5adf896e6332437b19180c4582a346394abde019"
|
||||
url "https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-1.7.2.tar.gz"
|
||||
sha256 "6f81935e270c403681e120ec4395c28b2ddc87e659ff7784608b86beb5223dd2"
|
||||
|
||||
head do
|
||||
url "https://github.com/elasticsearch/elasticsearch.git"
|
||||
|
|
Loading…
Reference in a new issue