Skip to content

Commit 6235985

Browse files
committed
Add Cask for Terramate Catalyst 0.15.2-beta11
1 parent 9e00cf3 commit 6235985

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

Casks/t/terramate-catalyst.rb

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
cask "terramate-catalyst" do
2+
arch arm: "arm64", intel: "x86_64"
3+
4+
version "0.15.2-beta11"
5+
sha256 arm: "d84706a9569d2bc3b9136498e9bbb31c2f9bd015e5a1dec8648f5f4401c4ba10",
6+
intel: "b2c264e9c939b3664a24ce9103b9280dcfc88e77b8e473a782c4877aead2eb68"
7+
8+
url "https://github.com/terramate-io/terramate-catalyst/releases/download/v#{version}/terramate-catalyst_#{version}_darwin_#{arch}.tar.gz"
9+
name "Terramate Catalyst"
10+
desc "Manage IaC stacks with scaffolding, code generation, and orchestration"
11+
homepage "https://github.com/terramate-io/terramate-catalyst"
12+
13+
livecheck do
14+
url "https://github.com/terramate-io/terramate-catalyst/releases"
15+
strategy :github_latest
16+
end
17+
18+
binary "terramate"
19+
20+
zap trash: "~/.terramate.d"
21+
end

0 commit comments

Comments
 (0)