Skip to content

Commit ed6fbb8

Browse files
authored
Merge pull request #228157 from Homebrew/bump-azurehound-2.6.0
azurehound 2.6.0
2 parents 459a39b + b7dde39 commit ed6fbb8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/a/azurehound.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Azurehound < Formula
22
desc "Azure Data Exporter for BloodHound"
33
homepage "https://github.com/SpecterOps/AzureHound"
4-
url "https://github.com/SpecterOps/AzureHound/archive/refs/tags/v2.5.0.tar.gz"
5-
sha256 "133c88761831991b237de0aaf4aaa2f15190afd4ee85ffed45a7c8caf523873a"
4+
url "https://github.com/SpecterOps/AzureHound/archive/refs/tags/v2.6.0.tar.gz"
5+
sha256 "57528df45381d5e009f2e50a602f2ef80bb54904a03b91c5ba72d73c820c83bb"
66
license "GPL-3.0-or-later"
77
head "https://github.com/SpecterOps/AzureHound.git", branch: "main"
88

@@ -12,12 +12,12 @@ class Azurehound < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "0f2df09ff9b302a1dcdbbea7b01c4dbb087fb11d88ab001400c1adf15bbc60b0"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0f2df09ff9b302a1dcdbbea7b01c4dbb087fb11d88ab001400c1adf15bbc60b0"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "0f2df09ff9b302a1dcdbbea7b01c4dbb087fb11d88ab001400c1adf15bbc60b0"
18-
sha256 cellar: :any_skip_relocation, sonoma: "5221e3dca0df8110448a2789e7a63f3f3aa5c04c12129bd499c4c513aa47cd5d"
19-
sha256 cellar: :any_skip_relocation, ventura: "5221e3dca0df8110448a2789e7a63f3f3aa5c04c12129bd499c4c513aa47cd5d"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "184ef4b185b516dc43a13bbf887c985c52d7c712ef730e75a5f957cb8da94d68"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "983d1b65b8b4b5e7653662dc24df7b36a1d611878f5c63b464b0b9729b1a902d"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "983d1b65b8b4b5e7653662dc24df7b36a1d611878f5c63b464b0b9729b1a902d"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "983d1b65b8b4b5e7653662dc24df7b36a1d611878f5c63b464b0b9729b1a902d"
18+
sha256 cellar: :any_skip_relocation, sonoma: "07df8f39824cc43a2709c6e47fc6e0d48ac40900ecb7b4ca16b9adab800d786f"
19+
sha256 cellar: :any_skip_relocation, ventura: "07df8f39824cc43a2709c6e47fc6e0d48ac40900ecb7b4ca16b9adab800d786f"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "fef5bd02e8033df8dc3dc13705b9352f7c502e1880465b9328607dd69b222805"
2121
end
2222

2323
depends_on "go" => :build

0 commit comments

Comments
 (0)