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 53ba3c1 + 40677d0 commit f05994aCopy full SHA for f05994a
Formula/r/ratarmount.rb
@@ -8,6 +8,14 @@ class Ratarmount < Formula
8
license "MIT"
9
revision 1
10
11
+ # Upstream creates releases that use a stable tag (e.g., `v1.2.3`) but are
12
+ # labeled as "pre-release" on GitHub before the version is released, so it's
13
+ # necessary to use the `GithubLatest` strategy.
14
+ livecheck do
15
+ url :stable
16
+ strategy :github_latest
17
+ end
18
+
19
bottle do
20
sha256 cellar: :any_skip_relocation, arm64_linux: "71afbf252f7c7f0c94fe39b89175f2abffc5f7ff84b64eaee8e77d0d846e52e8"
21
sha256 cellar: :any_skip_relocation, x86_64_linux: "9834cce582b558270e76d63e92a7a1aed99e55f43401c46c6d2c2910c7a7b284"
0 commit comments