Skip to content

Commit 4eac0e9

Browse files
authored
Merge pull request #247060 from Homebrew/bump-packetbeat-9.1.5
packetbeat 9.1.5
2 parents 7359d87 + b411305 commit 4eac0e9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/p/packetbeat.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@ class Packetbeat < Formula
22
desc "Lightweight Shipper for Network Data"
33
homepage "https://www.elastic.co/products/beats/packetbeat"
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
license "Apache-2.0"
88
head "https://github.com/elastic/beats.git", branch: "main"
99

1010
bottle do
11-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "5b684cfe94a0c457333e799387b5d01c7633f668f7c7a824bcf90db5caa0c6e4"
12-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "36a88444c15841bf0814cfc27c9e2e5472d39ccf05761dfa0c0a5c0f9f483d0a"
13-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "84d17c6c5f94a81e92deb0729b3c7a0095527f9b686abe74579b8a75b7b51f9b"
14-
sha256 cellar: :any_skip_relocation, sonoma: "067b8c8bc3711b5ab5c9989eb31020fc3b5de84c22a0053cc0096f763700a128"
15-
sha256 cellar: :any_skip_relocation, arm64_linux: "59d7ec47bcfa039173aa220ba8124289c18402f499755e3dcb7298df013bbd46"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "061cd36eb0ccbbad6b8751ba9083b624c7ee67722cf20f1629f19c1665088c58"
11+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "9f1ca56e6dca93063241a185ff14e9143272d17b74fb390b607a65cde4474870"
12+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "3940feaf5905d3f260f3be789a738b2c3e1369b5e28b958968fdf46c41283c2e"
13+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "22d6dcfd9849742fcf77ba7c8f6b677a5edbeb4e7e72ca52eec4fc68bae22ea9"
14+
sha256 cellar: :any_skip_relocation, sonoma: "d138fddcc96da16fb62dc5be8602d2507ed0abd093a5f5b9a6c13e2b85392a0c"
15+
sha256 cellar: :any_skip_relocation, arm64_linux: "edd1a3b0a3cd6da7efddc150749d66b7f6e6d59c192d01d7ae42e354e5e33911"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "02ae368bd66bdbd3673bc92eb32ca5d7ad345d267883110382cd457e3b09efb0"
1717
end
1818

1919
depends_on "go" => :build

0 commit comments

Comments
 (0)