File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11class 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
You can’t perform that action at this time.
0 commit comments