diff --git a/Formula/t/temporal.rb b/Formula/t/temporal.rb index e11f8b02ff5d..03335f25aee1 100644 --- a/Formula/t/temporal.rb +++ b/Formula/t/temporal.rb @@ -1,19 +1,19 @@ 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.10.6.tar.gz" - sha256 "1a8f1fef8e58e3bb431901f328ca492790fc5c716f2af19b0d00754a85283604" + url "https://github.com/temporalio/cli/archive/refs/tags/v0.10.7.tar.gz" + sha256 "23ec436df5bb5fcd3ad25ace1ba5fc5af9666f28426d47d8a64a7bdf660b069a" license "MIT" head "https://github.com/temporalio/cli.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f2a7a82e2600ab7e17a99983ad1dde7fbaef98f739672366be5373a42cb1e570" - sha256 cellar: :any_skip_relocation, arm64_ventura: "0d1043e1407d222b12d4b20d8a1c1b883289350708e8ff7abfc7e1b156d52df4" - sha256 cellar: :any_skip_relocation, arm64_monterey: "9e3d2697fce585c1056db59ce7c70bf6ee7095cdbecd9b5b67086ec6b52b4d2f" - sha256 cellar: :any_skip_relocation, sonoma: "accc3961247fa126ff0ba2681a2a3564987018c9535cc4bb490ceed05fdc66df" - sha256 cellar: :any_skip_relocation, ventura: "2fc7e439b8c765da451144a1bc0a41c86c02677151224f4992faf407a7103901" - sha256 cellar: :any_skip_relocation, monterey: "91b7f91aea2f75c7e6807c99d8bd5f2b5843760da546a616dd96856b7fb4fdeb" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8977e4871bb3d50ef59e75fd9670729c9d218ea0482ca16ac9be48c1d7f8cceb" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1d52a07e3a91ece1bab8c9450abd7628405fa6252009da73c3d9677f5658e4f1" + sha256 cellar: :any_skip_relocation, arm64_ventura: "522197ca06ffbae9129a353fdd47867f053852201874c8ea1f5fec3d1f819a49" + sha256 cellar: :any_skip_relocation, arm64_monterey: "a99a44df0f2d41fdd59221b58a7249d00b0b89d2f98caf891c28da7dbc0d1756" + sha256 cellar: :any_skip_relocation, sonoma: "773034cec65f2b147cf87dfa9669f2c210156bee32b0705d3c150fa462b02ee3" + sha256 cellar: :any_skip_relocation, ventura: "e63d7403deb9975f14515d9a64d9d3345e1643a2f1a200fb7987868480d6a8aa" + sha256 cellar: :any_skip_relocation, monterey: "fe14b885241ffde90e8fa39f90962e20be77e45908efcc5196b48525a5106d6b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "afdbe4612683dd8966899c15b48f3f9d5518ee9b83ce5f5b481d39529c09f131" end depends_on "go" => :build