From c84612674039b0e9adc28e643b8497f9b966cda6 Mon Sep 17 00:00:00 2001 From: Carlos Martino Date: Mon, 20 Jul 2026 11:08:21 -0400 Subject: [PATCH] Update pidcat-repl to 2.3.0 --- Formula/pidcat-repl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/pidcat-repl.rb b/Formula/pidcat-repl.rb index 0fff2cb..13429d3 100644 --- a/Formula/pidcat-repl.rb +++ b/Formula/pidcat-repl.rb @@ -1,8 +1,8 @@ class PidcatRepl < Formula desc "Colored logcat filtered by application package, with an interactive filter UI" homepage "https://github.com/imcarlost/pidcat-repl" - url "https://github.com/imcarlost/pidcat-repl/archive/refs/tags/v2.2.0.tar.gz" - sha256 "1ad8d52202904a90d1b72364153eed3fe4c775e7d97704dab310778fec813320" + url "https://github.com/imcarlost/pidcat-repl/archive/refs/tags/v2.3.0.tar.gz" + sha256 "a677ce3e0058597a89cd54c45500124ba77a29bd2033a9005ff34cccbeb56fad" license "Apache-2.0" depends_on "python3"