Skip to content

Commit c263d96

Browse files
authored
Merge pull request #195590 from Homebrew/bump-chainhook-1.9.0-stacks-signers.1
chainhook: add livecheck
2 parents 0141c42 + 0b1bc8f commit c263d96

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Formula/c/chainhook.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ class Chainhook < Formula
66
license "GPL-3.0-only"
77
head "https://github.com/hirosystems/chainhook.git", branch: "develop"
88

9+
livecheck do
10+
url :stable
11+
regex(/^v?(\d+(?:\.\d+)+)$/i)
12+
end
13+
914
bottle do
1015
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ee1d70019ceef4495f0921b1344b12b092846010ba7d831cfbae5f3639e682c6"
1116
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d84022e09a8266a52686ed6c8ecda900051f13a4cc848daa0f6c518337cbb3ed"

0 commit comments

Comments
 (0)