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 b218108 + 012ec77 commit d212729Copy full SHA for d212729
Formula/c/cling.rb
@@ -8,6 +8,14 @@ class Cling < Formula
8
{ "Apache-2.0" => { with: "LLVM-exception" } }, # llvm
9
]
10
11
+ # There can be a notable gap between when a version is tagged and a
12
+ # corresponding release is created, so we check the "latest" release instead
13
+ # of the Git tags.
14
+ livecheck do
15
+ url :stable
16
+ strategy :github_latest
17
+ end
18
+
19
bottle do
20
sha256 arm64_sonoma: "5ea8c62c558034d2b35e8a07bcf60f77cad73dd55c470ef7060e53dc3bdfe758"
21
sha256 arm64_ventura: "1e4a68506aa987b22e1dc4bf79dc6029ab256d67d1eb2156b1096301c8374ff8"
0 commit comments