elasticsearch 1.6.0
https://www.elastic.co/downloads/past-releases/elasticsearch-1-6-0 A new version of elasticsearch has been released, so we can start using it in development. Closes Homebrew/homebrew#40542. Signed-off-by: Xu Cheng <xucheng@me.com>
This commit is contained in:
parent
bf2ff59950
commit
34d12937d2
1 changed files with 2 additions and 2 deletions
|
@ -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.5.2.tar.gz"
|
||||
sha256 "efae7897367ac3fa8057d02fad31c72e215b6edef599b63e373d3ce0c1049a14"
|
||||
url "https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-1.6.0.tar.gz"
|
||||
sha256 "dc336c83394b2f2f72f362e0f959a4cfdec2109aa3de15668401afeab0b02d2e"
|
||||
|
||||
depends_on :java => "1.7+"
|
||||
|
||||
|
|
Loading…
Reference in a new issue