Skip to content

Commit

Permalink
Merge pull request #156541 from p-linnane/kitex-livecheck
Browse files Browse the repository at this point in the history
kitex: add livecheck
  • Loading branch information
nandahkrishna authored Dec 6, 2023
2 parents 84e8cf3 + 0e3e1db commit 29402aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Formula/k/kitex.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ class Kitex < Formula
license "Apache-2.0"
head "https://github.com/cloudwego/kitex.git", branch: "develop"

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

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "246bed522383afea4c44f5d3efcdd1c1a541ff5a33b74426ac14802e76419d48"
sha256 cellar: :any_skip_relocation, arm64_ventura: "0bc1fab01c84da7c2847391ce546442039229279f768cd2409bf8724d46f39cc"
Expand Down

0 comments on commit 29402aa

Please sign in to comment.