We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2784c5 commit 6be3dadCopy full SHA for 6be3dad
Formula/m/msgpack.rb
@@ -6,12 +6,9 @@ class Msgpack < Formula
6
license "BSL-1.0"
7
head "https://github.com/msgpack/msgpack-c.git", branch: "c_master"
8
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.
12
livecheck do
13
url :stable
14
- strategy :github_latest
+ regex(/^c[._-]v?(\d+(?:\.\d+)+)$/i)
15
end
16
17
bottle do
0 commit comments