diff --git a/Formula/k/kew.rb b/Formula/k/kew.rb index e56ece5571a36..b3c8e2585e6f4 100644 --- a/Formula/k/kew.rb +++ b/Formula/k/kew.rb @@ -1,13 +1,13 @@ class Kew < Formula desc "Command-line music player" homepage "https://github.com/ravachol/kew" - url "https://github.com/ravachol/kew/archive/refs/tags/v2.8.2.tar.gz" - sha256 "36e74897b15fdea00e24d0912b20f174c4f4bf5c067fb209db8a229b82b939f4" + url "https://github.com/ravachol/kew/archive/refs/tags/v3.0.0.tar.gz" + sha256 "3a6dad87b76ecd59a4c6a2517738cd3b7bd831fcafe1d741fcc5b285532bdbd4" license "GPL-2.0-only" head "https://github.com/ravachol/kew.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, x86_64_linux: "1627ced1f49f804a87cb6782e848a161751b953553ad034878747078c2c0fb78" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f88ff30a7c706d45da938069eb8e03152881c8f72fc1031e5ea2b2150398b2ff" end depends_on "pkg-config" => :build @@ -20,6 +20,7 @@ class Kew < Formula depends_on "libvorbis" depends_on :linux depends_on "opusfile" + depends_on "taglib" def install system "make"