From b9398cdf58fb66e25af5002b962e6b7cf778bb3a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 21 Oct 2024 19:06:52 +0000 Subject: [PATCH 1/2] temporal 1.1.1 --- Formula/t/temporal.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/temporal.rb b/Formula/t/temporal.rb index 7a24378b75b1e..2462c6e920510 100644 --- a/Formula/t/temporal.rb +++ b/Formula/t/temporal.rb @@ -1,8 +1,8 @@ class Temporal < Formula desc "Command-line interface for running and interacting with Temporal Server and UI" homepage "https://temporal.io/" - url "https://github.com/temporalio/cli/archive/refs/tags/v1.1.0.tar.gz" - sha256 "2d16ffd2f5aa059ceeee85e8c8f98790eabb5cc896a3a52a0cad0d1edb42fe97" + url "https://github.com/temporalio/cli/archive/refs/tags/v1.1.1.tar.gz" + sha256 "c902b07db5ede9804a60fe1ba648ffbd4cb1843ecd9f2d0ee41d6af7b18f5f57" license "MIT" head "https://github.com/temporalio/cli.git", branch: "main" From 679d598cb35cfc8bb9ef0448a5a17cdb6d5517d2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 21 Oct 2024 20:15:08 +0000 Subject: [PATCH 2/2] temporal: update 1.1.1 bottle. --- Formula/t/temporal.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/temporal.rb b/Formula/t/temporal.rb index 2462c6e920510..d15adf9f43c49 100644 --- a/Formula/t/temporal.rb +++ b/Formula/t/temporal.rb @@ -12,12 +12,12 @@ class Temporal < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "30e54698e0c45c57730ac5cb3c59a4c4a755ffad0f8db29aa7258c1780f1fe1b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "30e54698e0c45c57730ac5cb3c59a4c4a755ffad0f8db29aa7258c1780f1fe1b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "30e54698e0c45c57730ac5cb3c59a4c4a755ffad0f8db29aa7258c1780f1fe1b" - sha256 cellar: :any_skip_relocation, sonoma: "98387c216b8ade4184a3a806a557802a145ef5056b3883274d90e8359b81dbb6" - sha256 cellar: :any_skip_relocation, ventura: "98387c216b8ade4184a3a806a557802a145ef5056b3883274d90e8359b81dbb6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "29bb09459affaac761febc8afc4b8e8e5578abda0fe80f55d59cc1f0df588bea" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "48043c00fc7795e50057dc024654cc1fe9a61e53b075e777173bda51d38bc1c0" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "48043c00fc7795e50057dc024654cc1fe9a61e53b075e777173bda51d38bc1c0" + sha256 cellar: :any_skip_relocation, arm64_ventura: "48043c00fc7795e50057dc024654cc1fe9a61e53b075e777173bda51d38bc1c0" + sha256 cellar: :any_skip_relocation, sonoma: "dcd399969f80f060bc6efedb2f2a9d024740337c5cbd530caa8f37510bf33a63" + sha256 cellar: :any_skip_relocation, ventura: "dcd399969f80f060bc6efedb2f2a9d024740337c5cbd530caa8f37510bf33a63" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ab732fd3b51f7bbb529b6066ce06d5a0cc6c363ce2fa5156f5d5f39f9fe506a8" end depends_on "go" => :build