From c253a6f19d5c5ec45d3f71f934e4cad279283d23 Mon Sep 17 00:00:00 2001 From: Carlos Martino Date: Mon, 20 Jul 2026 09:45:06 -0400 Subject: [PATCH] Update sha256 for retagged v2.2.0 --- Formula/pidcat-repl.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/pidcat-repl.rb b/Formula/pidcat-repl.rb index 27314e6..0fff2cb 100644 --- a/Formula/pidcat-repl.rb +++ b/Formula/pidcat-repl.rb @@ -2,7 +2,7 @@ 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 "1ff634bad5efc445a406491a8f73863bcfd9590524079dd11cbe5a3d0d354d97" + sha256 "1ad8d52202904a90d1b72364153eed3fe4c775e7d97704dab310778fec813320" license "Apache-2.0" depends_on "python3"