elasticsearch 1.7.2

Closes Homebrew/homebrew#43943.

Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
This commit is contained in:
Toshiya SAITOH 2015-09-14 23:01:32 +09:00 committed by Alex Dunn
parent 29ddfc59b6
commit da77bc5fa3

View file

@ -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"