Skip to content

Commit

Permalink
Merge pull request #201643 from Homebrew/bump-azurehound-2.2.1-test-ci
Browse files Browse the repository at this point in the history
azurehound: add livecheck
  • Loading branch information
BrewTestBot authored Dec 18, 2024
2 parents d4fcfa4 + fd04838 commit 701e499
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Formula/a/azurehound.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ class Azurehound < Formula
license "GPL-3.0-or-later"
head "https://github.com/SpecterOps/AzureHound.git", branch: "main"

livecheck do
url :stable
regex(/^v?(\d+(?:\.\d+)+)$/i)
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "408035d9189ac52a7fe735555433d50a63e889fd0956043aead2613cc77062d6"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "408035d9189ac52a7fe735555433d50a63e889fd0956043aead2613cc77062d6"
Expand Down

0 comments on commit 701e499

Please sign in to comment.