Skip to content

Commit

Permalink
cloudflare-quiche: add livecheck
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed Mar 1, 2025
1 parent 88ab227 commit d4a4f5b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Formula/c/cloudflare-quiche.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ class CloudflareQuiche < Formula
license "BSD-2-Clause"
head "https://github.com/cloudflare/quiche.git", branch: "master"

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

bottle do
sha256 cellar: :any, arm64_sequoia: "ce4557b96999526df17af6542bbe364a39b543e2439864be53014137397c69d1"
sha256 cellar: :any, arm64_sonoma: "220432f61056cebfe7c8ec17fb517952453129fbd1e901712ccf9778c5f8c067"
Expand Down

0 comments on commit d4a4f5b

Please sign in to comment.