Skip to content

Commit 40ca1c2

Browse files
authored
Merge pull request #247050 from Homebrew/bump-filebeat-9.1.5
filebeat 9.1.5
2 parents 8d01925 + f63f0b2 commit 40ca1c2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/f/filebeat.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ class Filebeat < Formula
22
desc "File harvester to ship log files to Elasticsearch or Logstash"
33
homepage "https://www.elastic.co/products/beats/filebeat"
44
url "https://github.com/elastic/beats.git",
5-
tag: "v9.1.4",
6-
revision: "c50e2cc4adfaed4367b3fba44d27db0222123cec"
5+
tag: "v9.1.5",
6+
revision: "49b225eb6f526f48c9a77f583b772ef97d90b387"
77
# Outside of the "x-pack" folder, source code in a given file is licensed
88
# under the Apache License Version 2.0
99
license "Apache-2.0"
1010
head "https://github.com/elastic/beats.git", branch: "main"
1111

1212
bottle do
13-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "ef1a0e3400708f022c6e066134408d04ee9ef27505d424ca8e06e18d2791e22a"
14-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "97b1e709ded42db222dded6284ffca84c269bbc8075caefaa821b176b3e37c77"
15-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4bea3a43c3191874488588ae59719fcdef43b0aef054b946e9f4adbe4a42da13"
16-
sha256 cellar: :any_skip_relocation, sonoma: "6172226dca06f0ada514c27a4e57d4a694e0b5b504be0b2a8b2a426b331208f9"
17-
sha256 cellar: :any_skip_relocation, arm64_linux: "466a18397c9d33b041236e97fc71757c18103dd7900e6779a1ca3ea27df52fd3"
18-
sha256 cellar: :any_skip_relocation, x86_64_linux: "fb8c8da6e3414c78c2a3e3c7fba9be82069585d2e1ad62769bb7854fd0aed6d3"
13+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "2d26e9d21231aaccde4d088f5cc28dab0694f3d0c3f29cab5ed7d714462428c6"
14+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "29ec760f40e473a2a07be6dca653a210fed4adfb8adf4fbc0e09a5bb9a43f236"
15+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2adb63a4f2072e6fc29d021f209dc3e717c2c84d2e6e7b5f5540e8f233338233"
16+
sha256 cellar: :any_skip_relocation, sonoma: "f47254c8047c1c3903d711d4fdc5bb36fdf287b2b19ba8597197b9fc0727300a"
17+
sha256 cellar: :any_skip_relocation, arm64_linux: "6ea0265fd449b0987706cab7e709c8e4312afa0697d9db3bde4dc84e0650ea83"
18+
sha256 cellar: :any_skip_relocation, x86_64_linux: "c3988ba2fa2f927c05b76cc6341d4faaed8dcad80f360719530b2283f6341624"
1919
end
2020

2121
depends_on "go" => :build

0 commit comments

Comments
 (0)