elasticsearch 2.3.0
parent
253699af36
commit
e5ec584f95
|
@ -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://download.elasticsearch.org/elasticsearch/release/org/elasticsearch/distribution/tar/elasticsearch/2.2.1/elasticsearch-2.2.1.tar.gz"
|
url "https://download.elasticsearch.org/elasticsearch/release/org/elasticsearch/distribution/tar/elasticsearch/2.3.0/elasticsearch-2.3.0.tar.gz"
|
||||||
sha256 "7d43d18a8ee8d715d827ed26b4ff3d939628f5a5b654c6e8de9d99bf3a9b2e03"
|
sha256 "d68482c7633f2986263bc5f11f93b8a58c54c6cf5e337b615446d0a7c6fdcd8b"
|
||||||
|
|
||||||
head do
|
head do
|
||||||
url "https://github.com/elasticsearch/elasticsearch.git"
|
url "https://github.com/elasticsearch/elasticsearch.git"
|
||||||
|
|
Loading…
Reference in New Issue