File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ cask "terramate-catalyst" do
2+ version "0.15.2-beta11"
3+
4+ on_arm do
5+ sha256 "d84706a9569d2bc3b9136498e9bbb31c2f9bd015e5a1dec8648f5f4401c4ba10"
6+
7+ url "https://github.com/terramate-io/terramate-catalyst/releases/download/v#{ version } /terramate-catalyst_#{ version } _darwin_arm64.tar.gz"
8+ end
9+ on_intel do
10+ sha256 "b2c264e9c939b3664a24ce9103b9280dcfc88e77b8e473a782c4877aead2eb68"
11+
12+ url "https://github.com/terramate-io/terramate-catalyst/releases/download/v#{ version } /terramate-catalyst_#{ version } _darwin_x86_64.tar.gz"
13+ end
14+
15+ name "terramate-catalyst"
16+ desc "Catalyst is a special distribution of Terramate CLI"
17+ homepage "https://github.com/terramate-io/terramate-catalyst"
18+
19+ livecheck do
20+ url "https://github.com/terramate-io/terramate-catalyst/releases"
21+ strategy :github_latest
22+ end
23+
24+ binary "terramate"
25+ end
You can’t perform that action at this time.
0 commit comments