File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ class MaaCliBeta < Formula
6
6
license "AGPL-3.0-only"
7
7
8
8
livecheck do
9
- url :url
9
+ url :stable
10
10
regex ( /^v?(\d +\. \d +\. \d +(?:-(?:beta|rc)\. \d +)?)$/i )
11
11
end
12
12
Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ class MaaCli < Formula
5
5
sha256 "f9d59f66b4823cdebe8d98399d5c20c72085038ae8d4434000900bf74a3d2aeb"
6
6
license "AGPL-3.0-only"
7
7
8
+ livecheck do
9
+ url :stable
10
+ regex ( /^v?(\d +\. \d +\. \d +)$/i )
11
+ end
12
+
8
13
bottle do
9
14
root_url "https://github.com/MaaAssistantArknights/homebrew-tap/releases/download/maa-cli-0.5.1"
10
15
sha256 cellar : :any , arm64_sequoia : "c42c25d7b5cd14b7d49082223b0d1a9c3aa4c21d3381ea84d584922bf0a71493"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ class MaaCoreBeta < Formula
6
6
license "AGPL-3.0-only"
7
7
8
8
livecheck do
9
- url :url
9
+ url :stable
10
10
regex ( /^v?(\d +\. \d +\. \d +(?:-(?:beta|rc)\. \d +)?)$/i )
11
11
end
12
12
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ class MaaCore < Formula
6
6
license "AGPL-3.0-only"
7
7
8
8
livecheck do
9
- url :url
9
+ url :stable
10
10
regex ( /^v?(\d +\. \d +\. \d +)$/i )
11
11
end
12
12
You can’t perform that action at this time.
0 commit comments