We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0141c42 + 0b1bc8f commit c263d96Copy full SHA for c263d96
Formula/c/chainhook.rb
@@ -6,6 +6,11 @@ class Chainhook < Formula
6
license "GPL-3.0-only"
7
head "https://github.com/hirosystems/chainhook.git", branch: "develop"
8
9
+ livecheck do
10
+ url :stable
11
+ regex(/^v?(\d+(?:\.\d+)+)$/i)
12
+ end
13
+
14
bottle do
15
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ee1d70019ceef4495f0921b1344b12b092846010ba7d831cfbae5f3639e682c6"
16
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d84022e09a8266a52686ed6c8ecda900051f13a4cc848daa0f6c518337cbb3ed"
0 commit comments