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 4902326 + 2da344a commit b09410fCopy full SHA for b09410f
Formula/s/sox_ng.rb
@@ -6,6 +6,11 @@ class SoxNg < Formula
6
license "GPL-2.0-only"
7
head "https://codeberg.org/sox_ng/sox_ng.git", branch: "main"
8
9
+ livecheck do
10
+ url :stable
11
+ regex(/^sox_ng[._-]v?(\d+(?:\.\d+)+)$/i)
12
+ end
13
+
14
bottle do
15
sha256 cellar: :any, arm64_tahoe: "5437c62fed1f2d9b342a9cbb250fa0a8a3f99ebeafa211deb3a7802d0b26364d"
16
sha256 cellar: :any, arm64_sequoia: "6ad2694a01ee6a95257f3c3cc507a49338e1623a3da61fd290799d836aa90c5d"
0 commit comments