Skip to content

Commit ec5cb9e

Browse files
BrewTestBotp-linnane
authored andcommitted
kew 3.3.3
kew: unconditionally depend on `opus` Signed-off-by: Patrick Linnane <[email protected]>
1 parent cae01e3 commit ec5cb9e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/k/kew.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Kew < Formula
22
desc "Command-line music player"
33
homepage "https://github.com/ravachol/kew"
4-
url "https://github.com/ravachol/kew/archive/refs/tags/v3.3.2.tar.gz"
5-
sha256 "fb9370e78da2861cbae9ebf2b16e77a4fbba964999fd19e311184b50b117a6ca"
4+
url "https://github.com/ravachol/kew/archive/refs/tags/v3.3.3.tar.gz"
5+
sha256 "114edb5eead345a5311cdfecda15bf935c1c30ae1f78f97f1a5c3518e829b690"
66
license "GPL-2.0-only"
77
head "https://github.com/ravachol/kew.git", branch: "main"
88

@@ -23,14 +23,14 @@ class Kew < Formula
2323
depends_on "glib"
2424
depends_on "libogg"
2525
depends_on "libvorbis"
26+
depends_on "opus"
2627
depends_on "opusfile"
2728
depends_on "taglib"
2829

2930
uses_from_macos "curl"
3031

3132
on_macos do
3233
depends_on "gettext"
33-
depends_on "opus"
3434
end
3535

3636
on_linux do

0 commit comments

Comments
 (0)