Skip to content

Commit 2da344a

Browse files
committed
sox_ng: add livecheck
By default, livecheck checks the Git tags for `sox_ng` but it's returning 14.6.1+git20251029 as newest, which is marked as pre-release on Codeberg. This addresses the issue by addsing a `livecheck` block that restricts matching to stable `sox_ng` tags like `sox_ng-14.6.1`.
1 parent 4902326 commit 2da344a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Formula/s/sox_ng.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ class SoxNg < Formula
66
license "GPL-2.0-only"
77
head "https://codeberg.org/sox_ng/sox_ng.git", branch: "main"
88

9+
livecheck do
10+
url :stable
11+
regex(/^sox_ng[._-]v?(\d+(?:\.\d+)+)$/i)
12+
end
13+
914
bottle do
1015
sha256 cellar: :any, arm64_tahoe: "5437c62fed1f2d9b342a9cbb250fa0a8a3f99ebeafa211deb3a7802d0b26364d"
1116
sha256 cellar: :any, arm64_sequoia: "6ad2694a01ee6a95257f3c3cc507a49338e1623a3da61fd290799d836aa90c5d"

0 commit comments

Comments
 (0)