Skip to content

Commit

Permalink
Merge pull request #172002 from Homebrew/bump-tctl-1.18.1
Browse files Browse the repository at this point in the history
tctl 1.18.1
  • Loading branch information
BrewTestBot authored May 17, 2024
2 parents 6497fb1 + 8edbc5d commit 857d564
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions Formula/t/tctl.rb
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
class Tctl < Formula
desc "Temporal CLI (tctl)"
homepage "https://temporal.io/"
url "https://github.com/temporalio/tctl/archive/refs/tags/v1.18.0.tar.gz"
sha256 "46d9bcd8c011205b81f4564023267638ddc1be64a28c61d5c531d0c60af1ad43"
url "https://github.com/temporalio/tctl/archive/refs/tags/v1.18.1.tar.gz"
sha256 "945272db4860e3a015e43b4ffc8fc24ecd585e604f4b94b3a964d2f4e51b9c32"
license "MIT"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0f9ed984b19c1a62df4108f2063f961fecb5f20b21b763509b474efb1358f540"
sha256 cellar: :any_skip_relocation, arm64_ventura: "fd1873694be159397804949a0c67571ac1e4498d171a14c77df7e0358a2b4952"
sha256 cellar: :any_skip_relocation, arm64_monterey: "fd1873694be159397804949a0c67571ac1e4498d171a14c77df7e0358a2b4952"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "fd1873694be159397804949a0c67571ac1e4498d171a14c77df7e0358a2b4952"
sha256 cellar: :any_skip_relocation, sonoma: "d44a5477978c795d0dc81d1a6c191f4b48f392bf0f573ce48692fbe8b4b5d789"
sha256 cellar: :any_skip_relocation, ventura: "f2620cc94d86b2a901f7732f0998abc75b75bae3cf6b8e536044c1e14f1112e5"
sha256 cellar: :any_skip_relocation, monterey: "f2620cc94d86b2a901f7732f0998abc75b75bae3cf6b8e536044c1e14f1112e5"
sha256 cellar: :any_skip_relocation, big_sur: "f2620cc94d86b2a901f7732f0998abc75b75bae3cf6b8e536044c1e14f1112e5"
sha256 cellar: :any_skip_relocation, x86_64_linux: "ad918854bbf7b4436d575d9cd5da9a7b7f492feed7ae96c4630b4e41ebb034bd"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ac5e8aca07861abbfb56081050cfb6faa543a8ccb5ce8c800b5f0197de90cbfb"
sha256 cellar: :any_skip_relocation, arm64_ventura: "aa22864d02f9260322e70777bdf2cb834e697a1bcddd49a84211a7030d743bf3"
sha256 cellar: :any_skip_relocation, arm64_monterey: "ac4a78dea7bbb2f643e8db88ab808abd9ecaf6c9363017c65346a28a3a4b5e38"
sha256 cellar: :any_skip_relocation, sonoma: "081280cf31bbf2fc09c433ad8e5e3f8368c720b0fe51f303fa2bc04940333683"
sha256 cellar: :any_skip_relocation, ventura: "2086b0e1d687f32df0b3b72951f7e647e6d53dc87633f3b58bc7e7c8b1e3cd74"
sha256 cellar: :any_skip_relocation, monterey: "888e39c95e804081f11c4da9a0c62535a91e18cafbf661e3b1f7203082c1957c"
sha256 cellar: :any_skip_relocation, x86_64_linux: "6fe6c1efa47cbfe9750cb68e0c9e413a4e2005d382faf3554202585f71218500"
end

depends_on "go" => :build
Expand Down

0 comments on commit 857d564

Please sign in to comment.