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.
2 parents 1385f27 + 8f0699c commit 06161e6Copy full SHA for 06161e6
Formula/a/argtable3.rb
@@ -7,6 +7,14 @@ class Argtable3 < Formula
7
license "BSD-3-Clause"
8
head "https://github.com/argtable/argtable3.git", branch: "master"
9
10
+ # Upstream uses a tag format including a version and hash (e.g.
11
+ # `v3.2.2.f25c624`) and we only use the version part in the formula, so this
12
+ # omits the hash part to match.
13
+ livecheck do
14
+ url :stable
15
+ regex(/^v?(\d+(?:\.\d+)+)(?:\.\h+)?$/i)
16
+ end
17
+
18
bottle do
19
sha256 cellar: :any, arm64_sequoia: "977cc6d2b39d50551e00be1cb664891ba886e3e63779769713815ab5c830d4f7"
20
sha256 cellar: :any, arm64_sonoma: "59140a12791b4cd3733fd383bbd91373d517ed6a22dded4ae9e74b8fd2039844"
0 commit comments