11class Temporal < Formula
22 desc "Command-line interface for running and interacting with Temporal Server and UI"
33 homepage "https://temporal.io/"
4- url "https://github.com/temporalio/cli/archive/refs/tags/v1.4.1 .tar.gz"
5- sha256 "fcfe2e857b4e03fad8e63f239df03a21685427f88e0a627c8ac5050ea5908974 "
4+ url "https://github.com/temporalio/cli/archive/refs/tags/v1.5.0 .tar.gz"
5+ sha256 "7f8807b8dddcc0baec8b02901a9797bbab5cad927248b61403f6e8bdcaef7db4 "
66 license "MIT"
77 head "https://github.com/temporalio/cli.git" , branch : "main"
88
@@ -12,14 +12,12 @@ class Temporal < Formula
1212 end
1313
1414 bottle do
15- sha256 cellar : :any_skip_relocation , arm64_tahoe : "acf8623b3f60ac85be56a956e3ec9fe380f2e45815249ecb3b76de2004a125b4"
16- sha256 cellar : :any_skip_relocation , arm64_sequoia : "a3ab6a979ccbecc4d70b4f992c21d26f98ee4735fe6f4d2fcc31243d60fe8fb4"
17- sha256 cellar : :any_skip_relocation , arm64_sonoma : "2aa480c69ecd97cb57d503b66f06194927ec57d26c6a31c1ff21fdd7c3beedad"
18- sha256 cellar : :any_skip_relocation , arm64_ventura : "2ee908edeb7247b254f6180eb6f5e874c8d1a823dd4d229ec8e7ad88da73bc66"
19- sha256 cellar : :any_skip_relocation , sonoma : "f2ae710e94a4cf9d7411aa998c9eaab2616887d4d3006b603e0838734a5e1ec3"
20- sha256 cellar : :any_skip_relocation , ventura : "82442ed6e1f331be954ec61bd2ed6654d606d03b0349794cdbed4e087256dd2a"
21- sha256 cellar : :any_skip_relocation , arm64_linux : "75a8a1c88744477d66e54afee69643d891f2fb95bad09b179e6215af40adf624"
22- sha256 cellar : :any_skip_relocation , x86_64_linux : "cd506c2296ee2d9dc1030d994bfc6614362eea028ca02d52245831f62042d409"
15+ sha256 cellar : :any_skip_relocation , arm64_tahoe : "8ad8efc9dca262c16c8c4ffda3d06ac1af20d9fdc4fe9d5b241f68326b0d86c7"
16+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "1c03119040865f2aa11e749065a8468bff82caeec6ccfceccd40c301d715d355"
17+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "6664ed0643376d4ec40be4a668ec6f219d0926a0bd8ced151d9f235fbb396824"
18+ sha256 cellar : :any_skip_relocation , sonoma : "9f8ccd6a06712d2b45cbae4835505c9e37a749fb6aec4ef49e975303de6b72f2"
19+ sha256 cellar : :any_skip_relocation , arm64_linux : "6c29d77b848920f2b89b663fbbe31804637adb7faf1e4c0bcc583f29ffb5b63c"
20+ sha256 cellar : :any_skip_relocation , x86_64_linux : "4d00ab544accba16cce43d88c8ef070d1d14acb4da6e3d35c9b477e12b3d4358"
2321 end
2422
2523 depends_on "go" => :build
0 commit comments