elasticsearch 5.0.2
Closes #7390. Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
This commit is contained in:
parent
7b80aea9d4
commit
6c39523c9b
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
class Elasticsearch < Formula
|
class Elasticsearch < Formula
|
||||||
desc "Distributed search & analytics engine"
|
desc "Distributed search & analytics engine"
|
||||||
homepage "https://www.elastic.co/products/elasticsearch"
|
homepage "https://www.elastic.co/products/elasticsearch"
|
||||||
url "https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.0.1.tar.gz"
|
url "https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.0.2.tar.gz"
|
||||||
sha256 "542e197485fbcb1aac46097439337d2e9ac6a54b7b1e29ad17761f4d65898833"
|
sha256 "bbe761788570d344801cb91a8ba700465deb10601751007da791743e9308cb83"
|
||||||
|
|
||||||
head do
|
head do
|
||||||
url "https://github.com/elasticsearch/elasticsearch.git"
|
url "https://github.com/elasticsearch/elasticsearch.git"
|
||||||
|
|
Loading…
Reference in a new issue