logstash: add a comment about the licencing issue
This commit is contained in:
parent
92b519d473
commit
2c162a3af0
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +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"
|
||||
head "https://github.com/elastic/logstash.git"
|
||||
|
|
Loading…
Reference in a new issue