Skip to content

Commit b09410f

Browse files
authored
Merge pull request Homebrew#251832 from Homebrew/sox_ng-add-livecheck
sox_ng: add livecheck
2 parents 4902326 + 2da344a commit b09410f

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)