Skip to content

Commit 6be3dad

Browse files
committed
msgpack: update livecheck
Signed-off-by: Rui Chen <[email protected]>
1 parent d2784c5 commit 6be3dad

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Formula/m/msgpack.rb

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,9 @@ class Msgpack < Formula
66
license "BSL-1.0"
77
head "https://github.com/msgpack/msgpack-c.git", branch: "c_master"
88

9-
# Upstream creates releases that use a stable tag (e.g., `v1.2.3`) but are
10-
# labeled as "pre-release" on GitHub before the version is released, so it's
11-
# necessary to use the `GithubLatest` strategy.
129
livecheck do
1310
url :stable
14-
strategy :github_latest
11+
regex(/^c[._-]v?(\d+(?:\.\d+)+)$/i)
1512
end
1613

1714
bottle do

0 commit comments

Comments
 (0)