Skip to content

Commit

Permalink
Merge pull request #176719 from josh-berry/bump-temporal-0.13.2
Browse files Browse the repository at this point in the history
temporal 0.13.2
  • Loading branch information
BrewTestBot committed Jul 8, 2024
2 parents 72b994c + 3d17450 commit d2ad9b8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/t/temporal.rb
Original file line number Diff line number Diff line change
@@ -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.13.1.tar.gz"
sha256 "9d8812c96d3404490659fec3915dcd23c4142b421ef4cb7e9622bd9a459e1f74"
url "https://github.com/temporalio/cli/archive/refs/tags/v0.13.2.tar.gz"
sha256 "a492f79b2b9e2429fcce6674cd7a197fab69cc2e4f19201ddc2ea7367dbab1fd"
license "MIT"
head "https://github.com/temporalio/cli.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "46884e4f0989ed43e44fdf572c80a5de54c313abc35e48765c0331810884fc28"
sha256 cellar: :any_skip_relocation, arm64_ventura: "6b5ff32eb94520faf2964096de04935443d9ac5a6ff8de024b76cbfb9e112067"
sha256 cellar: :any_skip_relocation, arm64_monterey: "07565d7e15928b54788fce3d0e210352d3fa13fb9f3fe92a73c81fb5b981310c"
sha256 cellar: :any_skip_relocation, sonoma: "ef67437ea15e85f3ca1f0dd62242c0d794d974a99f9d08220a48f84b94ede037"
sha256 cellar: :any_skip_relocation, ventura: "5539f822996073b1cc85b9c91c8dc7440bd4cc76fb1f9865744e04efa351c6aa"
sha256 cellar: :any_skip_relocation, monterey: "945ce2a1335a90080f3a56a1c121b5a9bb7eac4da54ee4c935df64349ec62c76"
sha256 cellar: :any_skip_relocation, x86_64_linux: "84f1500f89b71c872d6136796d9c34c9bec91f178f6f1e0108d8ab9c8dd778a3"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7b227f8933bb196c685e4cbac92bb91e70f8c595bb1a8eebb74306a632925993"
sha256 cellar: :any_skip_relocation, arm64_ventura: "3df1ac8326d65cfb0de8fd91a8f042499f5600786d4b8b67a25487f983bddefc"
sha256 cellar: :any_skip_relocation, arm64_monterey: "2a590231c7805c0bf7d1729dcab753c28bec2872188573512d7e39675b472a1b"
sha256 cellar: :any_skip_relocation, sonoma: "7e28e9c27b2e24501fd9479dd79d90d6571104497198858dd088cab6c5828ee4"
sha256 cellar: :any_skip_relocation, ventura: "28fa2ee8abc9dca2abbbbfe97f713d9054440c75de99e2fdd6d1e529732f9f9f"
sha256 cellar: :any_skip_relocation, monterey: "6b6f675b455017ac602b46df5bc5b401cd83638a947807f973b420452f371a7e"
sha256 cellar: :any_skip_relocation, x86_64_linux: "8ceeeac0283e22c59a5aa299a8d7c0581e5c820f44d866dd1163aa634b164743"
end

depends_on "go" => :build
Expand Down

0 comments on commit d2ad9b8

Please sign in to comment.