Skip to content

Commit c8ccd72

Browse files
BrewTestBotchenrui333
authored andcommitted
crow: add livecheck
Signed-off-by: Rui Chen <rui@chenrui.dev>
1 parent c26779f commit c8ccd72

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Formula/c/crow.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ class Crow < Formula
66
license "BSD-3-Clause"
77
head "https://github.com/CrowCpp/Crow.git", branch: "master"
88

9+
livecheck do
10+
url :stable
11+
strategy :github_latest
12+
end
13+
914
bottle do
1015
sha256 cellar: :any_skip_relocation, all: "33b5c29fbed6fa014606740e9b63fea1c582007dabbd013f4c84b082adbe7962"
1116
end

0 commit comments

Comments
 (0)