From 0dc09f00e63aea184dc9a2f9cddc2304d6be9488 Mon Sep 17 00:00:00 2001 From: Zhengbo Zhou <99763465+jumbogo@users.noreply.github.com> Date: Sun, 28 Jan 2024 18:09:25 -0800 Subject: [PATCH 1/2] revert the latest tcld change --- Formula/tcld.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/tcld.rb b/Formula/tcld.rb index 6521f0c..e60f60d 100644 --- a/Formula/tcld.rb +++ b/Formula/tcld.rb @@ -2,8 +2,8 @@ class Tcld < Formula desc "Temporal Cloud CLI (tcld)" homepage "https://temporal.io/" url "https://github.com/temporalio/tcld.git", - tag: "v0.17.0", - revision: "1a95bafc1ed404fdf9ac6e4a4692d4bb7b3f0e8c" + tag: "v0.16.0", + revision: "274f5d678fb3d14e8795f9b3b7634b522761e376" license "MIT" From 1a75665c547d9ad59b640a9f21373a9fc1172906 Mon Sep 17 00:00:00 2001 From: Zhengbo Zhou <99763465+jumbogo@users.noreply.github.com> Date: Mon, 29 Jan 2024 12:45:38 -0800 Subject: [PATCH 2/2] re point to v0.17.0 --- Formula/tcld.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/tcld.rb b/Formula/tcld.rb index e60f60d..5816d41 100644 --- a/Formula/tcld.rb +++ b/Formula/tcld.rb @@ -2,8 +2,8 @@ class Tcld < Formula desc "Temporal Cloud CLI (tcld)" homepage "https://temporal.io/" url "https://github.com/temporalio/tcld.git", - tag: "v0.16.0", - revision: "274f5d678fb3d14e8795f9b3b7634b522761e376" + tag: "v0.17.0", + revision: "1a95bafc1ed404fdf9ac6e4a4692d4bb7b3f0e8c" license "MIT"