From 1a8677ae90a8e44b7bebed1020d8ca5b0790db6c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 5 Jun 2024 15:34:09 +0000 Subject: [PATCH] filebeat 8.14.0 filebeat: update build relates to https://github.com/elastic/beats/pull/38183 Signed-off-by: Rui Chen --- Formula/f/filebeat.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/f/filebeat.rb b/Formula/f/filebeat.rb index 71d6a8744dc0..dddafb1a5aa9 100644 --- a/Formula/f/filebeat.rb +++ b/Formula/f/filebeat.rb @@ -2,8 +2,8 @@ class Filebeat < Formula desc "File harvester to ship log files to Elasticsearch or Logstash" homepage "https://www.elastic.co/products/beats/filebeat" url "https://github.com/elastic/beats.git", - tag: "v8.13.4", - revision: "b24ddd14c936c216817afed0cc7d0b23fd920194" + tag: "v8.14.0", + revision: "de52d1434ea3dff96953a59a18d44e456a98bd2f" # Outside of the "x-pack" folder, source code in a given file is licensed # under the Apache License Version 2.0 license "Apache-2.0" @@ -32,8 +32,8 @@ def install cd "filebeat" do # don't build docs because it would fail creating the combined OSS/x-pack # docs and we aren't installing them anyway - inreplace "magefile.go", "mg.SerialDeps(Fields, Dashboards, Config, includeList, fieldDocs,", - "mg.SerialDeps(Fields, Dashboards, Config, includeList," + inreplace "magefile.go", "mg.SerialDeps(Fields, Dashboards, Config, GenerateModuleIncludeListGo, fieldDocs,", + "mg.SerialDeps(Fields, Dashboards, Config, GenerateModuleIncludeListGo," # prevent downloading binary wheels during python setup system "make", "PIP_INSTALL_PARAMS=--no-binary :all", "python-env"