Skip to content

Commit e9afeb8

Browse files
authored
Merge pull request Homebrew#201030 from Homebrew/bump-kew-3.0.2
kew 3.0.2
2 parents c977dc3 + 3ebb6ec commit e9afeb8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/k/kew.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
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.0.1.tar.gz"
5-
sha256 "3b91d8cc661284b6f89ff54e59493fd3cf76f6e71f1d182c14b55a695ac47839"
4+
url "https://github.com/ravachol/kew/archive/refs/tags/v3.0.2.tar.gz"
5+
sha256 "18ec74dc02c3017923ff16d209e5825ce818177d6b2b8b698ab487016eaccb7b"
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: "fc82a5f03eb1af8e658dd822760e908c47402a47df2dc3fa62b1468e0a1009bf"
11-
sha256 cellar: :any, arm64_sonoma: "747bd2598cb4984c3992c67f08e5fc0014d1e164544da3b66068cc74aee10ceb"
12-
sha256 cellar: :any, arm64_ventura: "9151b839c74444c6a7785f90fb4fdbc8a6ad4d7aa897933d679292d48b4f88a9"
13-
sha256 cellar: :any, sonoma: "43306e3dd89b7379cc295415d5c36d399ce222437c7aa9816737a6cf2b19821f"
14-
sha256 cellar: :any, ventura: "ab89f48bc982c1977e699d15818df55da28618daa46318f5e3240331d41b12c5"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "741cd3be83e16e34207727fe50794d50508417eadf8f87475c1b6e19f49e3518"
10+
sha256 cellar: :any, arm64_sequoia: "e37f23746bce83100d3e22d23477f45cd8569cdc1569506b8e0ac93336df6d15"
11+
sha256 cellar: :any, arm64_sonoma: "e9119f2c17be4615004681a42cbc80dc979b94f0afb07ced29cc07e53df97fb0"
12+
sha256 cellar: :any, arm64_ventura: "3c39d169dc5be0428d3629b363820ecf9c2efc9a0d897f670ea7fe3f4467a84f"
13+
sha256 cellar: :any, sonoma: "286ff1523960c83c723d07cae536eae7275c906706f201977b0c93e37da140e1"
14+
sha256 cellar: :any, ventura: "f57c7947c783edb6b55474e42e27a322dd68e3bc0d6309730c5248f8c90b075a"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "97d806c1d2b3894dae581c7fbcc18487058d2934fa7ac519df4df40d63908753"
1616
end
1717

1818
depends_on "pkgconf" => :build

0 commit comments

Comments
 (0)