logstash 6.4.1
Closes #31926. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
3befa4fa40
commit
4dc6d9e089
1 changed files with 2 additions and 4 deletions
|
@ -1,10 +1,8 @@
|
|||
class Logstash < Formula
|
||||
desc "Tool for managing events and logs"
|
||||
homepage "https://www.elastic.co/products/logstash"
|
||||
# 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/logstash/logstash-6.2.4.tar.gz"
|
||||
sha256 "4040c2b6a1e9c6908b12885659021a35dca415c6b884cef6938fcc589e94431e"
|
||||
url "https://artifacts.elastic.co/downloads/logstash/logstash-oss-6.4.1.tar.gz"
|
||||
sha256 "97d1d7785122692070105dded4958a3ba9228d92bbc72ef86097119749ca5906"
|
||||
head "https://github.com/elastic/logstash.git"
|
||||
|
||||
bottle :unneeded
|
||||
|
|
Loading…
Reference in a new issue