From 972c30d557f0cabce80b54bdbe41e094dd9ff095 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 28 Apr 2026 02:53:48 +0000 Subject: [PATCH 1/2] gat 0.27.1 --- Formula/g/gat.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/gat.rb b/Formula/g/gat.rb index c392e7a576f2..b4d573869488 100644 --- a/Formula/g/gat.rb +++ b/Formula/g/gat.rb @@ -1,8 +1,8 @@ class Gat < Formula desc "Cat alternative written in Go" homepage "https://github.com/koki-develop/gat" - url "https://github.com/koki-develop/gat/archive/refs/tags/v0.27.0.tar.gz" - sha256 "2bfbe9836178eba793feb54db331653dc3c1def7d6e6b0078fa7eda8e425fb31" + url "https://github.com/koki-develop/gat/archive/refs/tags/v0.27.1.tar.gz" + sha256 "44b9c6c61680f51041c354de41b2a9f184a5043072774a832425fe1ba69e1891" license "MIT" head "https://github.com/koki-develop/gat.git", branch: "main" From ad8c2abd0ae5a75103ddb90c29ca328821161ffe Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 28 Apr 2026 04:27:11 +0000 Subject: [PATCH 2/2] gat: update 0.27.1 bottle. --- Formula/g/gat.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/gat.rb b/Formula/g/gat.rb index b4d573869488..15eab92f6a93 100644 --- a/Formula/g/gat.rb +++ b/Formula/g/gat.rb @@ -7,12 +7,12 @@ class Gat < Formula head "https://github.com/koki-develop/gat.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_tahoe: "d542a1cb66003a8c73263c4a770fd688572b58700902b517214be843a7ae1822" - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d542a1cb66003a8c73263c4a770fd688572b58700902b517214be843a7ae1822" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d542a1cb66003a8c73263c4a770fd688572b58700902b517214be843a7ae1822" - sha256 cellar: :any_skip_relocation, sonoma: "7bfa75af1b2b2e4a87ab744e4f06f7e9ce58bda94c7e131b88aab01d030943ba" - sha256 cellar: :any_skip_relocation, arm64_linux: "ab4d4d1c5b21ac74e06530482c20c46391de49fa3733658586f827dc60daab29" - sha256 cellar: :any_skip_relocation, x86_64_linux: "11200ec6ecd192a0500412fad5a83bc461b0ae503099b13ad1c3c4c5ce5cdb68" + sha256 cellar: :any_skip_relocation, arm64_tahoe: "fc7f104bda4e429b734b27779dd37f888ae2c7a266de3dc395c15951f46550ed" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "fc7f104bda4e429b734b27779dd37f888ae2c7a266de3dc395c15951f46550ed" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "fc7f104bda4e429b734b27779dd37f888ae2c7a266de3dc395c15951f46550ed" + sha256 cellar: :any_skip_relocation, sonoma: "b622234fd637215774db0724aab24656f3fbd3cdf0f115439eaec8b15c3807b7" + sha256 cellar: :any_skip_relocation, arm64_linux: "f751f63ea23f76014204c540624e5f04658e8519ea32b078b8dbf58ba939e223" + sha256 cellar: :any_skip_relocation, x86_64_linux: "64cf91fbd1595d9592d9a00773e862efecd9939a19e6c479038ca5a91abd633a" end depends_on "go" => :build