Skip to content

Commit f05994a

Browse files
authored
Merge pull request #227727 from Homebrew/bump-ratarmount-1.1.0
ratarmount: update livecheck
2 parents 53ba3c1 + 40677d0 commit f05994a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Formula/r/ratarmount.rb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ class Ratarmount < Formula
88
license "MIT"
99
revision 1
1010

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+
1119
bottle do
1220
sha256 cellar: :any_skip_relocation, arm64_linux: "71afbf252f7c7f0c94fe39b89175f2abffc5f7ff84b64eaee8e77d0d846e52e8"
1321
sha256 cellar: :any_skip_relocation, x86_64_linux: "9834cce582b558270e76d63e92a7a1aed99e55f43401c46c6d2c2910c7a7b284"

0 commit comments

Comments
 (0)