From 47dffd0c5a755d8fa027939d98ab690cc3653aca Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 17 Jun 2024 03:41:41 +0000 Subject: [PATCH 1/2] kew 2.5.0 --- Formula/k/kew.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/k/kew.rb b/Formula/k/kew.rb index 1d72e797d16a..25ded4523793 100644 --- a/Formula/k/kew.rb +++ b/Formula/k/kew.rb @@ -1,10 +1,9 @@ class Kew < Formula desc "Command-line music player" homepage "https://github.com/ravachol/kew" - url "https://github.com/ravachol/kew/archive/refs/tags/v2.4.4.tar.gz" - sha256 "7637d6d4d360aaba5b750175a5e8781a50cbe756589e0d302e4a5208d8c64ce1" + url "https://github.com/ravachol/kew/archive/refs/tags/v2.5.0.tar.gz" + sha256 "de3475a9d361d0ffa0f8e7b9d2968d2069addef748ced5be57e4bd084e9b07ff" license "GPL-2.0-only" - revision 1 head "https://github.com/ravachol/kew.git", branch: "main" bottle do From c8200ed512e6e62622f1d4c720b5e84e0761c706 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 17 Jun 2024 04:28:17 +0000 Subject: [PATCH 2/2] kew: update 2.5.0 bottle. --- Formula/k/kew.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/k/kew.rb b/Formula/k/kew.rb index 25ded4523793..15ab8a81c751 100644 --- a/Formula/k/kew.rb +++ b/Formula/k/kew.rb @@ -7,7 +7,7 @@ class Kew < Formula head "https://github.com/ravachol/kew.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, x86_64_linux: "9ace4d68053a1941d5b34295051b39e10391c4dc5c55784fafc6fb983126a6d2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1ee5523696924ffcf200a3088f3bc15f42983e9c017d31c7ef9711cec1aa573d" end depends_on "pkg-config" => :build