From e8a66b1b7d67a064d38343c7335641dbbe3b2f20 Mon Sep 17 00:00:00 2001 From: Antonio Lain Date: Wed, 12 Jun 2024 14:00:07 -0700 Subject: [PATCH 1/2] temporal 0.13.0 --- 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 bdf59a6266740..d88b7517c1eb2 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/v0.12.0.tar.gz" - sha256 "eada525bab531952b84bd78ba9631e1eaed64eba9860fd61ea1e874d454e6d30" + url "https://github.com/temporalio/cli/archive/refs/tags/v0.13.0.tar.gz" + sha256 "973072f7dd35878572a4db41e202791680c7a743f665f36b41b63a190d5fc2cf" license "MIT" head "https://github.com/temporalio/cli.git", branch: "main" From 8364b817e052bab23316a5eb33fb5a5379882415 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 12 Jun 2024 22:13:26 +0000 Subject: [PATCH 2/2] temporal: update 0.13.0 bottle. --- Formula/t/temporal.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/t/temporal.rb b/Formula/t/temporal.rb index d88b7517c1eb2..9146883122712 100644 --- a/Formula/t/temporal.rb +++ b/Formula/t/temporal.rb @@ -7,13 +7,13 @@ class Temporal < Formula head "https://github.com/temporalio/cli.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4d9ff5ce41efae116a0ac83b83a6e214300e17115296862cc496b0de9d42ac06" - sha256 cellar: :any_skip_relocation, arm64_ventura: "33040335106d982019391b38a8c04945a45b0877f95fae8ebde5374dec025e03" - sha256 cellar: :any_skip_relocation, arm64_monterey: "bd70a82c2253c511af8d0b859306ab807f17f1cc41e12aa6d597de7285a15dc8" - sha256 cellar: :any_skip_relocation, sonoma: "680848fd9e896df9e97526ca17823b3da40833a3c9e260d8088d59a69dacef79" - sha256 cellar: :any_skip_relocation, ventura: "d0d0ab449b2529ff78236fb48fb16aa66d527a371c9d445294f1f870e958ec55" - sha256 cellar: :any_skip_relocation, monterey: "3c0cb7087bd7caad4f6a3be9ed127684f123e463a90a5ddb09bf91be6193f279" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3e504c01d06115298129ec7eeeb5250218b07378cb75748287dd6710a3140f04" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c6b876c24eb39d11b6131b2ceb7228020bf655b71fd1cd5891847c3efa5a8277" + sha256 cellar: :any_skip_relocation, arm64_ventura: "859ad5445006dabe51ce24b5fc380b74035eb17fe27c02fb43a76b6764a3b9c6" + sha256 cellar: :any_skip_relocation, arm64_monterey: "09e8a5def50d3bfb5f564d156e75e0bc60b0b7a1af679344a2f99b9fc957cd8a" + sha256 cellar: :any_skip_relocation, sonoma: "ccfaebdad9bce52f63bee20fc2647bb2846fe4a11a37f0dfdc44bf4ceffd6c32" + sha256 cellar: :any_skip_relocation, ventura: "50ac58375c8b1db90a01d7037dadd79b159fdde0a3bf3c6457630fe87e5f46e5" + sha256 cellar: :any_skip_relocation, monterey: "436ef471f1775530f47c7d4e2647a29edc92fa2341558345213d0b9f29e4b335" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0678802a07a13341d2877d77b1eb0d090269075388ac0cd30aca9a4c4db0f416" end depends_on "go" => :build