File tree Expand file tree Collapse file tree 2 files changed +26
-2
lines changed
Expand file tree Collapse file tree 2 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 1+ class TctlAT1125 -internal -rc2 < Formula
2+ desc "Tetrate Service Bridge Command Line Interface 1.12.5-internal-rc2"
3+ homepage "https://docs.tetrate.io/service-bridge/reference/cli/guide/"
4+ version "1.12.5-internal-rc2"
5+ license "Commercial"
6+ conflicts_with "tctl" , because : "Provides the same binary"
7+
8+ if Hardware ::CPU . intel?
9+ url "https://binaries.dl.tetrate.io/public/raw/versions/darwin-amd64-1.12.5-internal-rc2/tctl"
10+ sha256 "494eb9623e37983374ec91ac1e67683c0122446d5cf27a2fbbe3ec363a5e30aa" # Intel
11+ else
12+ url "https://binaries.dl.tetrate.io/public/raw/versions/darwin-arm64-1.12.5-internal-rc2/tctl"
13+ sha256 "ae9183f7b0e93b07282ecc2c928d28b46f607ac0d781a8162aaeada9c9d66f4a" # ARM
14+ end
15+
16+ def install
17+ bin . install "tctl" => "tctl-1.12.5-internal-rc2"
18+ bin . install_symlink "tctl-1.12.5-internal-rc2" => "tctl@1.12.5-internal-rc2"
19+ end
20+
21+ test do
22+ assert_match version . to_s , shell_output ( "\# {bin}/tctl@1.12.5-internal-rc2 version 2>&1" )
23+ end
24+ end
Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ class Tctl < Formula
99
1010 if Hardware ::CPU . intel?
1111 url "https://binaries.dl.tetrate.io/public/raw/versions/darwin-amd64-#{ version } /tctl"
12- sha256 "8db2769f071660bf516cd270e95319194a78b2cc8625fbc414da69f2b8a1af79 " # Intel
12+ sha256 "494eb9623e37983374ec91ac1e67683c0122446d5cf27a2fbbe3ec363a5e30aa " # Intel
1313 else
1414 url "https://binaries.dl.tetrate.io/public/raw/versions/darwin-arm64-#{ version } /tctl"
15- sha256 "acc868aab4e7db637e1fe65471522d4935d79d3d10d4d7656c39db3f8b02807c " # ARM
15+ sha256 "ae9183f7b0e93b07282ecc2c928d28b46f607ac0d781a8162aaeada9c9d66f4a " # ARM
1616 end
1717
1818 def install
You can’t perform that action at this time.
0 commit comments