elasticsearch 2.3.0
This commit is contained in:
parent
253699af36
commit
e5ec584f95
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class Elasticsearch < Formula
|
||||
desc "Distributed search & analytics engine"
|
||||
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"
|
||||
sha256 "7d43d18a8ee8d715d827ed26b4ff3d939628f5a5b654c6e8de9d99bf3a9b2e03"
|
||||
url "https://download.elasticsearch.org/elasticsearch/release/org/elasticsearch/distribution/tar/elasticsearch/2.3.0/elasticsearch-2.3.0.tar.gz"
|
||||
sha256 "d68482c7633f2986263bc5f11f93b8a58c54c6cf5e337b615446d0a7c6fdcd8b"
|
||||
|
||||
head do
|
||||
url "https://github.com/elasticsearch/elasticsearch.git"
|
||||
|
|
Loading…
Reference in a new issue