Skip to content

Commit

Permalink
Merge pull request #201030 from Homebrew/bump-kew-3.0.2
Browse files Browse the repository at this point in the history
kew 3.0.2
  • Loading branch information
BrewTestBot authored Dec 13, 2024
2 parents c977dc3 + 3ebb6ec commit e9afeb8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/k/kew.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class Kew < Formula
desc "Command-line music player"
homepage "https://github.com/ravachol/kew"
url "https://github.com/ravachol/kew/archive/refs/tags/v3.0.1.tar.gz"
sha256 "3b91d8cc661284b6f89ff54e59493fd3cf76f6e71f1d182c14b55a695ac47839"
url "https://github.com/ravachol/kew/archive/refs/tags/v3.0.2.tar.gz"
sha256 "18ec74dc02c3017923ff16d209e5825ce818177d6b2b8b698ab487016eaccb7b"
license "GPL-2.0-only"
head "https://github.com/ravachol/kew.git", branch: "main"

bottle do
sha256 cellar: :any, arm64_sequoia: "fc82a5f03eb1af8e658dd822760e908c47402a47df2dc3fa62b1468e0a1009bf"
sha256 cellar: :any, arm64_sonoma: "747bd2598cb4984c3992c67f08e5fc0014d1e164544da3b66068cc74aee10ceb"
sha256 cellar: :any, arm64_ventura: "9151b839c74444c6a7785f90fb4fdbc8a6ad4d7aa897933d679292d48b4f88a9"
sha256 cellar: :any, sonoma: "43306e3dd89b7379cc295415d5c36d399ce222437c7aa9816737a6cf2b19821f"
sha256 cellar: :any, ventura: "ab89f48bc982c1977e699d15818df55da28618daa46318f5e3240331d41b12c5"
sha256 cellar: :any_skip_relocation, x86_64_linux: "741cd3be83e16e34207727fe50794d50508417eadf8f87475c1b6e19f49e3518"
sha256 cellar: :any, arm64_sequoia: "e37f23746bce83100d3e22d23477f45cd8569cdc1569506b8e0ac93336df6d15"
sha256 cellar: :any, arm64_sonoma: "e9119f2c17be4615004681a42cbc80dc979b94f0afb07ced29cc07e53df97fb0"
sha256 cellar: :any, arm64_ventura: "3c39d169dc5be0428d3629b363820ecf9c2efc9a0d897f670ea7fe3f4467a84f"
sha256 cellar: :any, sonoma: "286ff1523960c83c723d07cae536eae7275c906706f201977b0c93e37da140e1"
sha256 cellar: :any, ventura: "f57c7947c783edb6b55474e42e27a322dd68e3bc0d6309730c5248f8c90b075a"
sha256 cellar: :any_skip_relocation, x86_64_linux: "97d806c1d2b3894dae581c7fbcc18487058d2934fa7ac519df4df40d63908753"
end

depends_on "pkgconf" => :build
Expand Down

0 comments on commit e9afeb8

Please sign in to comment.