From f777791c9fd63610a80240f13907e59b4145d046 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 2 Sep 2026 14:17:57 +0000 Subject: [PATCH 1/2] grpcui 1.5.4 --- Formula/g/grpcui.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/grpcui.rb b/Formula/g/grpcui.rb index f97d3db39e54..62e7b0749ad6 100644 --- a/Formula/g/grpcui.rb +++ b/Formula/g/grpcui.rb @@ -1,8 +1,8 @@ class Grpcui < Formula desc "Interactive web UI for gRPC, along the lines of postman" homepage "https://github.com/fullstorydev/grpcui" - url "https://github.com/fullstorydev/grpcui/archive/refs/tags/v1.5.3.tar.gz" - sha256 "7b7e7bbb8d4749fc911a866a915ae987e4a45e680afb88c4fade5932cfaac2d8" + url "https://github.com/fullstorydev/grpcui/archive/refs/tags/v1.5.4.tar.gz" + sha256 "664137b2982cad4bc5e8a8e5963fb46fe3686b6aff0f2f925172fd98d2f8a12f" license "MIT" head "https://github.com/fullstorydev/grpcui.git", branch: "master" From a49ed6512559994d22e5d46f06f55775ab559833 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 2 Sep 2026 16:07:13 +0000 Subject: [PATCH 2/2] grpcui: update 1.5.4 bottle. --- Formula/g/grpcui.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/g/grpcui.rb b/Formula/g/grpcui.rb index 62e7b0749ad6..e66dfd756f1d 100644 --- a/Formula/g/grpcui.rb +++ b/Formula/g/grpcui.rb @@ -12,11 +12,11 @@ class Grpcui < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_tahoe: "f58a00411eebe7b939118dcf1995c4cdaf891cb695541caa1be98691d29135bf" - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f58a00411eebe7b939118dcf1995c4cdaf891cb695541caa1be98691d29135bf" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f58a00411eebe7b939118dcf1995c4cdaf891cb695541caa1be98691d29135bf" - sha256 cellar: :any_skip_relocation, arm64_linux: "fbf64817c79878b649d1bc72a7beb1b22cea1b3b3ce605822260643ecbb70daa" - sha256 cellar: :any, x86_64_linux: "bca9ff53d266867abc651d9037b1116959f04cbb6f2ee21ac3e7572071b8484c" + sha256 cellar: :any_skip_relocation, arm64_tahoe: "a69ee03023f21ca7577740f8d714178fba4d044bc3a6d56ba791a3dc2abf04a6" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a69ee03023f21ca7577740f8d714178fba4d044bc3a6d56ba791a3dc2abf04a6" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a69ee03023f21ca7577740f8d714178fba4d044bc3a6d56ba791a3dc2abf04a6" + sha256 cellar: :any_skip_relocation, arm64_linux: "4188f7a2e57bd56e9e477b677d5bb891dfa59f82eb66ec8ebb3e791b23e39b4a" + sha256 cellar: :any, x86_64_linux: "1128dabc3e040828773df9678da963fe573978be05b48d7dfaec8d21f749e48b" end depends_on "go" => :build