Skip to content

Commit

Permalink
Merge pull request #195418 from Homebrew/bump-kew-3.0.0
Browse files Browse the repository at this point in the history
kew 3.0.0
  • Loading branch information
BrewTestBot authored Oct 25, 2024
2 parents bedbe2b + 73e49d5 commit ba71ebd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Formula/k/kew.rb
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -20,6 +20,7 @@ class Kew < Formula
depends_on "libvorbis"
depends_on :linux
depends_on "opusfile"
depends_on "taglib"

def install
system "make"
Expand Down

0 comments on commit ba71ebd

Please sign in to comment.