From fd04838c5208352f61592d2e48a7298eb1eda471 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Dec 2024 16:52:45 +0000 Subject: [PATCH] azurehound: add livecheck Signed-off-by: Rui Chen --- Formula/a/azurehound.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Formula/a/azurehound.rb b/Formula/a/azurehound.rb index 5a3b795bd24aa..73ebc3ced58be 100644 --- a/Formula/a/azurehound.rb +++ b/Formula/a/azurehound.rb @@ -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"