Skip to content

Commit

Permalink
elasticsearch 6.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmoritz authored and fxcoudert committed Sep 20, 2018
1 parent b4e7f4a commit 3befa4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
File renamed without changes.
8 changes: 4 additions & 4 deletions Formula/elasticsearch.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
class Elasticsearch < Formula
desc "Distributed search & analytics engine"
homepage "https://www.elastic.co/products/elasticsearch"
# Pinned at 6.2.x because of a licencing issue
# See: https://github.com/Homebrew/homebrew-core/pull/28995
url "https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.2.4.tar.gz"
sha256 "91e6f1ea1e1dd39011e7a703d2751ca46ee374665b08b0bfe17e0c0c27000e8e"
url "https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-oss-6.4.1.tar.gz"
sha256 "ac166e9615decb09d0b3eddd7cdded553f7cd36cfa3a766d77f8472b3637de29"

head do
url "https://github.com/elasticsearch/elasticsearch.git"
Expand Down Expand Up @@ -68,6 +66,8 @@ def post_install
ln_s etc/"elasticsearch", libexec/"config"
(var/"elasticsearch/plugins").mkpath
ln_s var/"elasticsearch/plugins", libexec/"plugins"
# fix test not being able to create keystore because of sandbox permissions
system bin/"elasticsearch-keystore", "create"
end

def caveats
Expand Down

0 comments on commit 3befa4f

Please sign in to comment.