Skip to content

Commit 56fd26a

Browse files
authored
Merge pull request #225137 from Homebrew/bump-kew-3.3.3
kew 3.3.3
2 parents 65c5045 + 45baccb commit 56fd26a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Formula/k/kew.rb

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
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

99
bottle do
10-
sha256 cellar: :any, arm64_sequoia: "bc78f3d99403655dca8757cb5e8e6de8a21290a112843bd342d7cfdf7793ba93"
11-
sha256 cellar: :any, arm64_sonoma: "7305c92588e8a78f5ae84351952dcb21dc39ca35a89052e44f6db3e2a804e630"
12-
sha256 cellar: :any, arm64_ventura: "cd64bf2f2f29e329eb6f3e8a55d3d11ef7c15493707900388924ca911e77df36"
13-
sha256 cellar: :any, sonoma: "219bd573818a01d2fab477890d823c11f196d8b21888ff0c16418a159931d04b"
14-
sha256 cellar: :any, ventura: "3f0696160fa9fcf6fbbc56de1ae1f51859638fdbedb30d73eeb902f4fbbcc353"
15-
sha256 cellar: :any_skip_relocation, arm64_linux: "82081ff98ae1497433c8c234b17475f5301f56e2b03951ab63f7f2119bfae6e7"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "822a8fde5ed035a1d31eb4ba714958ec871a3561e3eeac489143f4bbb60c5d76"
10+
sha256 cellar: :any, arm64_sequoia: "1eb528a5d86c0d323893475db6e338fec41d0a2a96524c07723ef57a083e3917"
11+
sha256 cellar: :any, arm64_sonoma: "5e23b0779f4099e22b06e7e03e3179d34f3bff188f24af9748cfe2947520715b"
12+
sha256 cellar: :any, arm64_ventura: "82230366bf3f8b7df82d7ba21e24f7f87b7762ea3d12b27a2ce1f68ccaccca11"
13+
sha256 cellar: :any, sonoma: "a35814d5ab11476f9b463846d3d7cd910926c149adc4b3a94e9825e0ed8961b7"
14+
sha256 cellar: :any, ventura: "6a00129fb4c1a12ae1464b4132b6d98d231d0dc12d618dc767f162edbce64409"
15+
sha256 cellar: :any_skip_relocation, arm64_linux: "c680304658cf72393014732165a32826fcedf5b91cf97abb28b0a57a63c0114b"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "eb22fcd28b51df5c37d6d842e86ab0659a360ea65b3a9f55022a0331c037dca9"
1717
end
1818

1919
depends_on "pkgconf" => :build
@@ -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)