Skip to content

Commit

Permalink
Merge pull request #195590 from Homebrew/bump-chainhook-1.9.0-stacks-…
Browse files Browse the repository at this point in the history
…signers.1

chainhook: add livecheck
  • Loading branch information
Bo98 authored Oct 26, 2024
2 parents 0141c42 + 0b1bc8f commit c263d96
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Formula/c/chainhook.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ class Chainhook < Formula
license "GPL-3.0-only"
head "https://github.com/hirosystems/chainhook.git", branch: "develop"

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

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ee1d70019ceef4495f0921b1344b12b092846010ba7d831cfbae5f3639e682c6"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d84022e09a8266a52686ed6c8ecda900051f13a4cc848daa0f6c518337cbb3ed"
Expand Down

0 comments on commit c263d96

Please sign in to comment.