elasticsearch 6.8.2
Closes #42606. Signed-off-by: Chongyu Zhu <i@lembacon.com>
This commit is contained in:
parent
4898dbfc6e
commit
e5c6b7d0af
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://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-oss-6.8.1.tar.gz"
|
||||
sha256 "cdfea10998e0b870b1326d9acabce4df9b1a229cbd9d2e1ab5dc33c56f22b4c2"
|
||||
url "https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-oss-6.8.2.tar.gz"
|
||||
sha256 "34aaf5b67b4dfefdd31d251b63006dda8e8a43b12313f33e1d78a91221ac9ca0"
|
||||
|
||||
head do
|
||||
url "https://github.com/elasticsearch/elasticsearch.git"
|
||||
|
|
Loading…
Reference in a new issue